Class ClassFileMethodInvocationExpression
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
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileMethodInvocationExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TypeParametersToTypeArgumentsBinderprotected BaseTypeprotected BaseTypeParameterFields inherited from class MethodInvocationExpression
nonWildcardTypeArguments, parametersFields 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
ConstructorsConstructorDescriptionClassFileMethodInvocationExpression(TypeParametersToTypeArgumentsBinder binder, int lineNumber, BaseTypeParameter typeParameters, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Method Summary
Methods inherited from class MethodInvocationExpression
accept, getNonWildcardTypeArguments, getParameters, getPriority, setNonWildcardTypeArguments, setParameters, toStringMethods 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
-
binder
-
typeParameters
-
parameterTypes
-
-
Constructor Details
-
ClassFileMethodInvocationExpression
public ClassFileMethodInvocationExpression(TypeParametersToTypeArgumentsBinder binder, int lineNumber, BaseTypeParameter typeParameters, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseType parameterTypes, BaseExpression parameters)
-
-
Method Details
-
getBinder
-
getTypeParameters
-
getParameterTypes
-
setParameterTypes
-