Uses of Class
org.jd.core.v1.model.javasyntax.type.GenericType
Packages that use GenericType
Package
Description
-
Uses of GenericType in org.jd.core.v1.model.javasyntax.type
Methods in org.jd.core.v1.model.javasyntax.type with parameters of type GenericTypeModifier and TypeMethodDescriptionvoid
AbstractNopTypeArgumentVisitor.visit
(GenericType type) void
AbstractNopTypeVisitor.visit
(GenericType type) void
AbstractTypeArgumentVisitor.visit
(GenericType type) void
TypeArgumentVisitor.visit
(GenericType type) void
TypeVisitor.visit
(GenericType type) -
Uses of GenericType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as GenericTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return GenericTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type GenericTypeModifier and TypeMethodDescriptionvoid
GenericLocalVariable.setType
(GenericType type) void
LocalVariableSet.update
(int index, int offset, GenericType type) void
Frame.GenerateLocalVariableNameVisitor.visit
(GenericType type) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type GenericTypeModifierConstructorDescriptionGenericLocalVariable
(int index, int offset, GenericType type) GenericLocalVariable
(int index, int offset, GenericType type, String name) -
Uses of GenericType in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type GenericTypeModifier and TypeMethodDescriptionprotected TypeArgument
PopulateBindingsWithTypeArgumentVisitor.checkTypeClassCheckDimensionAndReturnCurrentAsTypeArgument
(GenericType type) void
BaseTypeToErasedTypeArgumentVisitor.visit
(GenericType type) void
BaseTypeToTypeArgumentVisitor.visit
(GenericType type) void
BindTypeArgumentsToTypeArgumentsVisitor.visit
(GenericType type) void
BindTypeParametersToNonWildcardTypeArgumentsVisitor.visit
(GenericType type) void
BindTypesToTypesVisitor.visit
(GenericType type) void
CreateLocalVariableVisitor.visit
(GenericType type) void
CreateParameterVisitor.visit
(GenericType type) void
CreateTypeFromTypeArgumentVisitor.visit
(GenericType type) void
GenerateParameterSuffixNameVisitor.visit
(GenericType type) void
PopulateBindingsWithTypeArgumentVisitor.visit
(GenericType type) void
PopulateBlackListNamesVisitor.visit
(GenericType type) void
SearchInTypeArgumentVisitor.visit
(GenericType type) void
TypeArgumentToTypeVisitor.visit
(GenericType type) void
UpdateClassTypeArgumentsVisitor.visit
(GenericType type) void
UpdateTypeVisitor.visit
(GenericType type) -
Uses of GenericType in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type GenericType