Uses of Class
org.apache.calcite.linq4j.tree.MemberInitExpression
-
Packages that use MemberInitExpression Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of MemberInitExpression in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return MemberInitExpression Modifier and Type Method Description static MemberInitExpressionExpressions. memberInit(NewExpression newExpression, Iterable<? extends MemberBinding> bindings)Represents an expression that creates a new object and initializes a property of the object.static MemberInitExpressionExpressions. memberInit(NewExpression newExpression, MemberBinding... bindings)Represents an expression that creates a new object and initializes a property of the object, using varargs.Methods in org.apache.calcite.linq4j.tree with parameters of type MemberInitExpression Modifier and Type Method Description ExpressionShuttle. visit(MemberInitExpression memberInitExpression)RVisitor. visit(MemberInitExpression memberInitExpression)RVisitorImpl. visit(MemberInitExpression memberInitExpression)
-