Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression.ClassFileConstructorInvocationExpression
-
Packages that use ClassFileConstructorInvocationExpression Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
Uses of ClassFileConstructorInvocationExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ClassFileConstructorInvocationExpression Modifier and Type Method Description ClassFileConstructorInvocationExpression
TypeParametersToTypeArgumentsBinder. newConstructorInvocationExpression(int lineNumber, ObjectType objectType, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)
-