public final class CallMethodExpression extends Expression
| Constructor and Description |
|---|
CallMethodExpression(Expression callee,
String methodName,
ImmutableList<Expression> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Expression |
getCallee() |
String |
getMethodName() |
ImmutableList<Expression> |
getParameters() |
String |
toString() |
public CallMethodExpression(Expression callee, String methodName, ImmutableList<Expression> parameters)
public String getMethodName()
public void accept(ExpressionVisitor expressionVisitor)
accept in class Expressionpublic ImmutableList<Expression> getParameters()
public Expression getCallee()
Copyright © 2014. All Rights Reserved.