public class MethodCallExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
List<Expression> |
expressions |
Method |
method |
@Nullable Expression |
targetExpression |
nodeType, type| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
@Nullable Object |
evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator) |
int |
hashCode() |
canReduceaccept, getNodeType, getType, toStringpublic final Method method
public final @Nullable Expression targetExpression
public final List<Expression> expressions
public Expression accept(Shuttle shuttle)
accept in interface Nodeaccept in class Expressionpublic <R> R accept(Visitor<R> visitor)
public @Nullable Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate in class AbstractNodepublic boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.