Class MethodCallExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.expression.MethodCallExpression
- All Implemented Interfaces:
Expression
Represents expressions like
obj.f(...)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<Expression> final String
final Expression
final List
<TypeLiteral> -
Constructor Summary
ConstructorsConstructorDescriptionMethodCallExpression
(Expression target, List<TypeLiteral> typeParameters, String method, List<Expression> arguments) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
target
-
typeParameters
-
method
-
arguments
-
-
Constructor Details
-
MethodCallExpression
public MethodCallExpression(Expression target, List<TypeLiteral> typeParameters, String method, List<Expression> arguments)
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-