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) |
canReduce
accept, equals, evaluate, getNodeType, getType, hashCode, toString
public InvocationExpression(ExpressionType nodeType, Class type)
public Expression accept(Visitor visitor)
accept
in interface Node
accept
in class Expression
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.