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.descriptorToTypestatic final PrimitiveTypePrimitiveType.MAYBE_BOOLEAN_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_BYTE_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_CHAR_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_INT_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_NEGATIVE_BOOLEAN_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_NEGATIVE_BYTE_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_NEGATIVE_SHORT_TYPEstatic final PrimitiveTypePrimitiveType.MAYBE_SHORT_TYPEstatic final PrimitiveTypePrimitiveType.TYPE_BOOLEANstatic final PrimitiveTypePrimitiveType.TYPE_BYTEstatic final PrimitiveTypePrimitiveType.TYPE_CHARstatic final PrimitiveTypePrimitiveType.TYPE_DOUBLEstatic final PrimitiveTypePrimitiveType.TYPE_FLOATstatic final PrimitiveTypePrimitiveType.TYPE_INTstatic final PrimitiveTypePrimitiveType.TYPE_LONGstatic final PrimitiveTypePrimitiveType.TYPE_SHORTstatic final PrimitiveTypePrimitiveType.TYPE_VOIDMethods in org.jd.core.v1.model.javasyntax.type that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveTypePrimitiveType.getPrimitiveType(char primitiveDescriptor) Methods in org.jd.core.v1.model.javasyntax.type with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionvoidAbstractNopTypeArgumentVisitor.visit(PrimitiveType type) voidAbstractNopTypeVisitor.visit(PrimitiveType type) voidAbstractTypeArgumentVisitor.visit(PrimitiveType type) voidTypeArgumentVisitor.visit(PrimitiveType type) voidTypeVisitor.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 TypeMethodDescriptionvoidPrimitiveLocalVariable.setType(PrimitiveType type) voidFrame.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 PrimitiveTypePrimitiveTypeUtil.getCommonPrimitiveType(PrimitiveType pt1, PrimitiveType pt2) static PrimitiveTypePrimitiveTypeUtil.getPrimitiveTypeFromFlags(int flags) static PrimitiveTypePrimitiveTypeUtil.getPrimitiveTypeFromValue(int value) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveTypePrimitiveTypeUtil.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 TypeMethodDescriptionvoidBaseTypeToErasedTypeArgumentVisitor.visit(PrimitiveType type) voidBaseTypeToTypeArgumentVisitor.visit(PrimitiveType type) voidBindTypeArgumentsToTypeArgumentsVisitor.visit(PrimitiveType type) voidBindTypeParametersToNonWildcardTypeArgumentsVisitor.visit(PrimitiveType type) voidBindTypesToTypesVisitor.visit(PrimitiveType type) voidCreateLocalVariableVisitor.visit(PrimitiveType type) voidCreateParameterVisitor.visit(PrimitiveType type) voidCreateTypeFromTypeArgumentVisitor.visit(PrimitiveType type) voidGenerateParameterSuffixNameVisitor.visit(PrimitiveType type) voidPopulateBindingsWithTypeArgumentVisitor.visit(PrimitiveType type) voidTypeArgumentToTypeVisitor.visit(PrimitiveType type) voidUpdateClassTypeArgumentsVisitor.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