Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileMethodInvocationExpression
-
Packages that use ClassFileMethodInvocationExpression Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
Uses of ClassFileMethodInvocationExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ClassFileMethodInvocationExpression Modifier and Type Method Description ClassFileMethodInvocationExpression
TypeParametersToTypeArgumentsBinder. newMethodInvocationExpression(int lineNumber, Expression expression, ObjectType objectType, java.lang.String name, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ClassFileMethodInvocationExpression Modifier and Type Method Description protected void
TypeParametersToTypeArgumentsBinder. bind(Type type, ClassFileMethodInvocationExpression mie)
protected Type
TypeParametersToTypeArgumentsBinder. getExpressionType(ClassFileMethodInvocationExpression mie)
-