public class ParameterExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
int |
modifier |
String |
name |
nodeType, type| Constructor and Description |
|---|
ParameterExpression(int modifier,
Type type,
String name) |
ParameterExpression(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Visitor visitor) |
boolean |
equals(Object o) |
Object |
evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator) |
int |
hashCode() |
canReduceaccept, getNodeType, getType, toStringpublic final int modifier
public final String name
public ParameterExpression(Type type)
public Expression accept(Visitor visitor)
accept in interface Nodeaccept in class Expressionpublic Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate in class AbstractNodepublic boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.