Uses of Class
org.jd.core.v1.model.javasyntax.type.PrimitiveType
-
-
Uses of PrimitiveType in org.jd.core.v1.model.javasyntax.type
Methods in org.jd.core.v1.model.javasyntax.type that return PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveType. getPrimitiveType(char primitiveDescriptor)
Methods in org.jd.core.v1.model.javasyntax.type with parameters of type PrimitiveType Modifier and Type Method Description void
AbstractNopTypeArgumentVisitor. visit(PrimitiveType type)
void
AbstractNopTypeVisitor. visit(PrimitiveType type)
void
AbstractTypeArgumentVisitor. visit(PrimitiveType type)
void
TypeArgumentVisitor. visit(PrimitiveType type)
void
TypeVisitor. visit(PrimitiveType type)
Constructors in org.jd.core.v1.model.javasyntax.type with parameters of type PrimitiveType Constructor Description PrimitiveType(PrimitiveType primitiveType)
-
Uses of PrimitiveType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type PrimitiveType Modifier and Type Method Description void
PrimitiveLocalVariable. setType(PrimitiveType type)
void
Frame.GenerateLocalVariableNameVisitor. visit(PrimitiveType type)
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type PrimitiveType Constructor Description PrimitiveLocalVariable(int index, int offset, PrimitiveType type, java.lang.String name)
-
Uses of PrimitiveType in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveTypeUtil. getCommonPrimitiveType(PrimitiveType pt1, PrimitiveType pt2)
static PrimitiveType
PrimitiveTypeUtil. getPrimitiveTypeFromFlags(int flags)
static PrimitiveType
PrimitiveTypeUtil. getPrimitiveTypeFromValue(int value)
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveTypeUtil. getCommonPrimitiveType(PrimitiveType pt1, PrimitiveType pt2)
-
Uses of PrimitiveType in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type PrimitiveType Modifier and Type Method Description void
BaseTypeToErasedTypeArgumentVisitor. visit(PrimitiveType type)
void
BaseTypeToTypeArgumentVisitor. visit(PrimitiveType type)
void
BindTypeArgumentsToTypeArgumentsVisitor. visit(PrimitiveType type)
void
BindTypeParametersToNonWildcardTypeArgumentsVisitor. visit(PrimitiveType type)
void
BindTypesToTypesVisitor. visit(PrimitiveType type)
void
CreateLocalVariableVisitor. visit(PrimitiveType type)
void
CreateParameterVisitor. visit(PrimitiveType type)
void
CreateTypeFromTypeArgumentVisitor. visit(PrimitiveType type)
void
GenerateParameterSuffixNameVisitor. visit(PrimitiveType type)
void
PopulateBindingsWithTypeArgumentVisitor. visit(PrimitiveType type)
void
TypeArgumentToTypeVisitor. visit(PrimitiveType type)
void
UpdateClassTypeArgumentsVisitor. visit(PrimitiveType type)
-
Uses of PrimitiveType in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type PrimitiveType Modifier and Type Method Description void
TypeVisitor. visit(PrimitiveType type)
-