Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.util.TypeMaker.MethodTypes
Packages that use TypeMaker.MethodTypes
-
Uses of TypeMaker.MethodTypes in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type parameters of type TypeMaker.MethodTypesModifier and TypeFieldDescriptionprivate HashMap
<String, TypeMaker.MethodTypes> private HashMap
<String, TypeMaker.MethodTypes> TypeMaker.signatureToMethodTypes
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return TypeMaker.MethodTypesModifier and TypeMethodDescriptionprivate TypeMaker.MethodTypes
TypeMaker.loadMethodTypes
(String internalTypeName, String methodName, String descriptor) private TypeMaker.MethodTypes
TypeMaker.loadMethodTypes
(ObjectType objectType, String methodName, String descriptor) TypeMaker.makeMethodTypes
(String descriptor) TypeMaker.makeMethodTypes
(String internalTypeName, String methodName, String descriptor) private TypeMaker.MethodTypes
TypeMaker.parseMethodSignature
(String signature, String[] exceptionTypeNames) Rules: MethodTypeSignature: TypeParameters? '(' ReferenceTypeSignature* ')' ReturnType ThrowsSignature* ReturnType: TypeSignature | VoidDescriptor ThrowsSignature: '^' ClassTypeSignature | '^' TypeVariableSignatureprivate TypeMaker.MethodTypes
TypeMaker.parseMethodSignature
(String descriptor, String signature, String[] exceptionTypeNames) TypeMaker.parseMethodSignature
(ClassFile classFile, Method method) private TypeMaker.MethodTypes
TypeMaker.parseMethodSignature
(Method method, String key) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type TypeMaker.MethodTypesModifier and TypeMethodDescriptionTypeParametersToTypeArgumentsBinder.newConstructorInvocationExpression
(int lineNumber, ObjectType objectType, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) TypeParametersToTypeArgumentsBinder.newMethodInvocationExpression
(int lineNumber, Expression expression, ObjectType objectType, String name, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) TypeParametersToTypeArgumentsBinder.newSuperConstructorInvocationExpression
(int lineNumber, ObjectType objectType, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) void
TypeParametersToTypeArgumentsBinder.updateNewExpression
(ClassFileNewExpression ne, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)