Uses of Interface
org.jd.core.v1.model.javasyntax.type.TypeArgument
Packages that use TypeArgument
Package
Description
-
Uses of TypeArgument in org.jd.core.v1.model.javasyntax.reference
Classes in org.jd.core.v1.model.javasyntax.reference that implement TypeArgument -
Uses of TypeArgument in org.jd.core.v1.model.javasyntax.type
Subinterfaces of TypeArgument in org.jd.core.v1.model.javasyntax.typeClasses in org.jd.core.v1.model.javasyntax.type that implement TypeArgumentModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassSubclasses with type arguments of type TypeArgument in org.jd.core.v1.model.javasyntax.typeMethods in org.jd.core.v1.model.javasyntax.type that return TypeArgumentModifier and TypeMethodDescriptiondefault TypeArgumentBaseTypeArgument.getTypeArgumentFirst()TypeArguments.getTypeArgumentFirst()Methods in org.jd.core.v1.model.javasyntax.type that return types with arguments of type TypeArgumentModifier and TypeMethodDescriptiondefault DefaultList<TypeArgument> BaseTypeArgument.getTypeArgumentList()TypeArguments.getTypeArgumentList()Constructor parameters in org.jd.core.v1.model.javasyntax.type with type arguments of type TypeArgument -
Uses of TypeArgument in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type parameters of type TypeArgumentModifier and TypeFieldDescriptionprotected Map<String, TypeArgument> ClassFileBodyDeclaration.bindingsprotected Map<String, TypeArgument> ClassFileConstructorDeclaration.bindingsprotected Map<String, TypeArgument> ClassFileMethodDeclaration.bindingsprotected Map<String, TypeArgument> ClassFileStaticInitializerDeclaration.bindingsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return types with arguments of type TypeArgumentModifier and TypeMethodDescriptionClassFileBodyDeclaration.getBindings()ClassFileConstructorDeclaration.getBindings()ClassFileConstructorOrMethodDeclaration.getBindings()ClassFileMethodDeclaration.getBindings()ClassFileStaticInitializerDeclaration.getBindings()Constructor parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type arguments of type TypeArgumentModifierConstructorDescriptionClassFileBodyDeclaration(String internalTypeName, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, ClassFileBodyDeclaration outerBodyDeclaration) ClassFileConstructorDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, BaseTypeParameter typeParameters, BaseType parameterTypes, BaseType exceptionTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, String name, Type returnedType, BaseType parameterTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, String name, Type returnedType, BaseType parameterTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileStaticInitializerDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileStaticInitializerDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber, BaseStatement statements) -
Uses of TypeArgument in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type parameters of type TypeArgumentModifier and TypeFieldDescriptionprotected Map<String, TypeArgument> TypeParametersToTypeArgumentsBinder.contextualBindingsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return TypeArgumentModifier and TypeMethodDescriptionprivate TypeArgumentTypeMaker.parseTypeArgument(TypeMaker.SignatureReader reader) Rules: TypeArgument: WildcardIndicator? FieldTypeSignature | '*' WildcardIndicator: '+' | '-'Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return types with arguments of type TypeArgumentModifier and TypeMethodDescriptionprotected Map<String, TypeArgument> TypeParametersToTypeArgumentsBinder.createBindings(Expression expression, BaseTypeParameter typeParameters, BaseTypeArgument typeArguments, BaseTypeParameter methodTypeParameters, Type returnType, Type returnExpressionType, BaseType parameterTypes, BaseExpression parameters) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type arguments of type TypeArgumentModifier and TypeMethodDescriptionprotected BaseTypeTypeParametersToTypeArgumentsBinder.bind(Map<String, TypeArgument> bindings, BaseType parameterTypes) protected voidTypeParametersToTypeArgumentsBinder.populateBindingsWithTypeArgument(Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, Type type, Expression expression) -
Uses of TypeArgument in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as TypeArgumentModifier and TypeFieldDescriptionprotected TypeArgumentBaseTypeToErasedTypeArgumentVisitor.typeArgumentprotected TypeArgumentBaseTypeToTypeArgumentVisitor.typeArgumentFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type TypeArgumentModifier and TypeFieldDescriptionprotected Map<String, TypeArgument> BindTypeArgumentsToTypeArgumentsVisitor.bindingsprotected Map<String, TypeArgument> BindTypeParametersToNonWildcardTypeArgumentsVisitor.bindingsprotected Map<String, TypeArgument> BindTypesToTypesVisitor.bindingsprotected Map<String, TypeArgument> PopulateBindingsWithTypeArgumentVisitor.bindingsprotected Map<String, TypeArgument> PopulateBindingsWithTypeParameterVisitor.bindingsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return TypeArgumentModifier and TypeMethodDescriptionprotected TypeArgumentPopulateBindingsWithTypeArgumentVisitor.checkTypeClassCheckDimensionAndReturnCurrentAsTypeArgument(GenericType type) BaseTypeToErasedTypeArgumentVisitor.getTypeArgument()BaseTypeToTypeArgumentVisitor.getTypeArgument()Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type arguments of type TypeArgumentModifier and TypeMethodDescriptionvoidBindTypeParametersToNonWildcardTypeArgumentsVisitor.init(Map<String, TypeArgument> bindings) voidPopulateBindingsWithTypeParameterVisitor.init(Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds) voidBindTypeArgumentsToTypeArgumentsVisitor.setBindings(Map<String, TypeArgument> bindings) voidBindTypesToTypesVisitor.setBindings(Map<String, TypeArgument> bindings)