| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static MemberAssignment |
Expressions.bind(Member member,
Expression right)
Creates a MemberAssignment that represents the initialization
of a field or property.
|
static MemberAssignment |
Expressions.bind(Method method,
Expression expression)
Creates a MemberAssignment that represents the initialization
of a member by using a property accessor method.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.