public class InvocationExpression extends Expression
nodeType, type| Constructor and Description |
|---|
InvocationExpression(ExpressionType nodeType,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Visitor visitor) |
canReduceaccept, equals, evaluate, getNodeType, getType, hashCode, toStringpublic InvocationExpression(ExpressionType nodeType, Class type)
public Expression accept(Visitor visitor)
accept in interface Nodeaccept in class ExpressionCopyright © 2012-2014 Julian Hyde. All Rights Reserved.