Module com.thoughtworks.qdox
Class MethodInvocationDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- All Implemented Interfaces:
ElemValueDef
public class MethodInvocationDef extends ExpressionDef
-
-
Constructor Summary
Constructors Constructor Description MethodInvocationDef(String methodName, List<ExpressionDef> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExpressionDef>
getArguments()
String
getMethodName()
<U> U
transform(ElemValueTransformer<U> transformer)
-
-
-
Constructor Detail
-
MethodInvocationDef
public MethodInvocationDef(String methodName, List<ExpressionDef> arguments)
-
-
Method Detail
-
getMethodName
public String getMethodName()
-
getArguments
public List<ExpressionDef> getArguments()
-
transform
public <U> U transform(ElemValueTransformer<U> transformer)
-
-