Class MethodInvocationExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
org.jd.core.v1.model.javasyntax.expression.MethodReferenceExpression
org.jd.core.v1.model.javasyntax.expression.MethodInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
- Direct Known Subclasses:
ClassFileMethodInvocationExpression
-
Field Summary
FieldsFields inherited from class MethodReferenceExpression
descriptor, expression, internalTypeName, nameFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationExpression(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor) MethodInvocationExpression(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseExpression parameters) MethodInvocationExpression(Type type, Expression expression, String internalTypeName, String name, String descriptor) MethodInvocationExpression(Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseExpression parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intvoidsetNonWildcardTypeArguments(BaseTypeArgument nonWildcardTypeArguments) voidsetParameters(BaseExpression parameters) toString()Methods inherited from class MethodReferenceExpression
getDescriptor, getExpression, getInternalTypeName, getName, setExpressionMethods inherited from class AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class AbstractLineNumberExpression
getLineNumberMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
nonWildcardTypeArguments
-
parameters
-
-
Constructor Details
-
MethodInvocationExpression
public MethodInvocationExpression(Type type, Expression expression, String internalTypeName, String name, String descriptor) -
MethodInvocationExpression
public MethodInvocationExpression(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor) -
MethodInvocationExpression
public MethodInvocationExpression(Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseExpression parameters) -
MethodInvocationExpression
public MethodInvocationExpression(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseExpression parameters)
-
-
Method Details
-
getNonWildcardTypeArguments
-
setNonWildcardTypeArguments
-
getParameters
-
setParameters
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
accept
- Specified by:
acceptin interfaceBaseExpression- Overrides:
acceptin classMethodReferenceExpression
-
toString
-