Uses of Class
org.jd.core.v1.model.javasyntax.type.PrimitiveType
Packages that use PrimitiveType
Package
Description
-
Uses of PrimitiveType in org.jd.core.v1.model.javasyntax.type
Fields in org.jd.core.v1.model.javasyntax.type declared as PrimitiveTypeModifier and TypeFieldDescriptionprotected static final PrimitiveType[]
PrimitiveType.descriptorToType
static final PrimitiveType
PrimitiveType.MAYBE_BOOLEAN_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_BYTE_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_CHAR_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_INT_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_NEGATIVE_BOOLEAN_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_NEGATIVE_BYTE_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_NEGATIVE_SHORT_TYPE
static final PrimitiveType
PrimitiveType.MAYBE_SHORT_TYPE
static final PrimitiveType
PrimitiveType.TYPE_BOOLEAN
static final PrimitiveType
PrimitiveType.TYPE_BYTE
static final PrimitiveType
PrimitiveType.TYPE_CHAR
static final PrimitiveType
PrimitiveType.TYPE_DOUBLE
static final PrimitiveType
PrimitiveType.TYPE_FLOAT
static final PrimitiveType
PrimitiveType.TYPE_INT
static final PrimitiveType
PrimitiveType.TYPE_LONG
static final PrimitiveType
PrimitiveType.TYPE_SHORT
static final PrimitiveType
PrimitiveType.TYPE_VOID
Methods in org.jd.core.v1.model.javasyntax.type that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType
PrimitiveType.getPrimitiveType
(char primitiveDescriptor) Methods in org.jd.core.v1.model.javasyntax.type with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionvoid
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 -
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 PrimitiveTypeModifier and TypeMethodDescriptionvoid
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 PrimitiveTypeModifierConstructorDescriptionPrimitiveLocalVariable
(int index, int offset, PrimitiveType type, 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 PrimitiveTypeModifier and TypeMethodDescriptionstatic 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 PrimitiveTypeModifier and TypeMethodDescriptionstatic 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 PrimitiveTypeModifier and TypeMethodDescriptionvoid
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