public class MethodInvocationDef extends ExpressionDef
Constructor and Description |
---|
MethodInvocationDef(String methodName,
List<ExpressionDef> arguments) |
Modifier and Type | Method and Description |
---|---|
List<ExpressionDef> |
getArguments() |
String |
getMethodName() |
<U> U |
transform(ElemValueTransformer<U> transformer) |
public MethodInvocationDef(String methodName, List<ExpressionDef> arguments)
public String getMethodName()
public List<ExpressionDef> getArguments()
public <U> U transform(ElemValueTransformer<U> transformer)
Copyright © 2002–2018. All rights reserved.