Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.util.TypeMaker.MethodTypes
-
Packages that use TypeMaker.MethodTypes Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
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.MethodTypes Modifier and Type Field Description private java.util.HashMap<java.lang.String,TypeMaker.MethodTypes>TypeMaker. internalTypeNameMethodNameDescriptorToMethodTypesprivate java.util.HashMap<java.lang.String,TypeMaker.MethodTypes>TypeMaker. signatureToMethodTypesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return TypeMaker.MethodTypes Modifier and Type Method Description private TypeMaker.MethodTypesTypeMaker. loadMethodTypes(java.lang.String internalTypeName, java.lang.String methodName, java.lang.String descriptor)private TypeMaker.MethodTypesTypeMaker. loadMethodTypes(ObjectType objectType, java.lang.String methodName, java.lang.String descriptor)TypeMaker.MethodTypesTypeMaker. makeMethodTypes(java.lang.String descriptor)TypeMaker.MethodTypesTypeMaker. makeMethodTypes(java.lang.String internalTypeName, java.lang.String methodName, java.lang.String descriptor)private TypeMaker.MethodTypesTypeMaker. parseMethodSignature(java.lang.String signature, java.lang.String[] exceptionTypeNames)Rules: MethodTypeSignature: TypeParameters? '(' ReferenceTypeSignature* ')' ReturnType ThrowsSignature* ReturnType: TypeSignature | VoidDescriptor ThrowsSignature: '^' ClassTypeSignature | '^' TypeVariableSignatureprivate TypeMaker.MethodTypesTypeMaker. parseMethodSignature(java.lang.String descriptor, java.lang.String signature, java.lang.String[] exceptionTypeNames)TypeMaker.MethodTypesTypeMaker. parseMethodSignature(ClassFile classFile, Method method)private TypeMaker.MethodTypesTypeMaker. parseMethodSignature(Method method, java.lang.String key)Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type TypeMaker.MethodTypes Modifier and Type Method Description ClassFileConstructorInvocationExpressionTypeParametersToTypeArgumentsBinder. newConstructorInvocationExpression(int lineNumber, ObjectType objectType, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)ClassFileMethodInvocationExpressionTypeParametersToTypeArgumentsBinder. newMethodInvocationExpression(int lineNumber, Expression expression, ObjectType objectType, java.lang.String name, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)ClassFileSuperConstructorInvocationExpressionTypeParametersToTypeArgumentsBinder. newSuperConstructorInvocationExpression(int lineNumber, ObjectType objectType, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)voidTypeParametersToTypeArgumentsBinder. updateNewExpression(ClassFileNewExpression ne, java.lang.String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters)
-