ElemValueDef
public class MethodInvocationDef extends ExpressionDef
Constructor | Description |
---|---|
MethodInvocationDef(String methodName,
List<ExpressionDef> arguments) |
Modifier and Type | Method | 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.