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 TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in org.jd.core.v1.model.javasyntax.type that return TypeArgumentModifier and TypeMethodDescriptiondefault TypeArgument
BaseTypeArgument.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.bindings
protected Map
<String, TypeArgument> ClassFileConstructorDeclaration.bindings
protected Map
<String, TypeArgument> ClassFileMethodDeclaration.bindings
protected Map
<String, TypeArgument> ClassFileStaticInitializerDeclaration.bindings
Methods 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.contextualBindings
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return TypeArgumentModifier and TypeMethodDescriptionprivate TypeArgument
TypeMaker.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 BaseType
TypeParametersToTypeArgumentsBinder.bind
(Map<String, TypeArgument> bindings, BaseType parameterTypes) protected void
TypeParametersToTypeArgumentsBinder.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 TypeArgument
BaseTypeToErasedTypeArgumentVisitor.typeArgument
protected TypeArgument
BaseTypeToTypeArgumentVisitor.typeArgument
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type TypeArgumentModifier and TypeFieldDescriptionprotected Map
<String, TypeArgument> BindTypeArgumentsToTypeArgumentsVisitor.bindings
protected Map
<String, TypeArgument> BindTypeParametersToNonWildcardTypeArgumentsVisitor.bindings
protected Map
<String, TypeArgument> BindTypesToTypesVisitor.bindings
protected Map
<String, TypeArgument> PopulateBindingsWithTypeArgumentVisitor.bindings
protected Map
<String, TypeArgument> PopulateBindingsWithTypeParameterVisitor.bindings
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return TypeArgumentModifier and TypeMethodDescriptionprotected TypeArgument
PopulateBindingsWithTypeArgumentVisitor.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 TypeMethodDescriptionvoid
BindTypeParametersToNonWildcardTypeArgumentsVisitor.init
(Map<String, TypeArgument> bindings) void
PopulateBindingsWithTypeParameterVisitor.init
(Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds) void
BindTypeArgumentsToTypeArgumentsVisitor.setBindings
(Map<String, TypeArgument> bindings) void
BindTypesToTypesVisitor.setBindings
(Map<String, TypeArgument> bindings)