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 PrimitiveTypePrimitiveType. getPrimitiveType(char primitiveDescriptor)Methods in org.jd.core.v1.model.javasyntax.type with parameters of type PrimitiveType Modifier and Type Method Description voidAbstractNopTypeArgumentVisitor. 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 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 voidPrimitiveLocalVariable. setType(PrimitiveType type)voidFrame.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 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 PrimitiveType Modifier and Type Method Description static 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 PrimitiveType Modifier and Type Method Description voidBaseTypeToErasedTypeArgumentVisitor. 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 Modifier and Type Method Description voidTypeVisitor. visit(PrimitiveType type)
-