Uses of Class
org.jd.core.v1.model.javasyntax.type.GenericType
-
-
Uses of GenericType in org.jd.core.v1.model.javasyntax.type
Methods in org.jd.core.v1.model.javasyntax.type with parameters of type GenericType Modifier and Type Method Description void
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 GenericType Modifier and Type Field Description protected GenericType
GenericLocalVariable. type
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return GenericType Modifier and Type Method Description GenericType
GenericLocalVariable. getType()
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type GenericType Modifier and Type Method Description void
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 GenericType Constructor Description GenericLocalVariable(int index, int offset, GenericType type)
GenericLocalVariable(int index, int offset, GenericType type, java.lang.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 GenericType Modifier and Type Method Description protected 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 Modifier and Type Method Description void
TypeVisitor. visit(GenericType type)
-