Uses of Class
gnu.bytecode.PrimType
Packages that use PrimType
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files.-
Uses of PrimType in gnu.bytecode
Fields in gnu.bytecode declared as PrimTypeModifier and TypeFieldDescriptionstatic final PrimTypeType.boolean_typestatic final PrimTypeType.booleanTypestatic final PrimTypeType.byte_typestatic final PrimTypeType.byteTypestatic final PrimTypeType.char_typestatic final PrimTypeType.charTypestatic final PrimTypeType.double_typestatic final PrimTypeType.doubleTypestatic final PrimTypeType.float_typestatic final PrimTypeType.floatTypestatic final PrimTypeType.int_typestatic final PrimTypeType.intTypestatic final PrimTypeType.long_typestatic final PrimTypeType.longTypestatic final PrimTypeType.short_typestatic final PrimTypeType.shortTypestatic final PrimTypeType.void_typestatic final PrimTypeType.voidTypeMethods in gnu.bytecode that return PrimTypeModifier and TypeMethodDescriptionstatic PrimTypeType.signatureToPrimitive(char sig) Returns the primitive type corresponding to a signature character.static PrimTypePrimType.unboxedType(Type type) Methods in gnu.bytecode with parameters of type PrimTypeModifier and TypeMethodDescriptionstatic intfinal voidfinal voidCodeAttr.emitConvert(PrimType from, PrimType to) final voidConstructors in gnu.bytecode with parameters of type PrimType -
Uses of PrimType in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type PrimTypeModifier and TypeMethodDescriptionstatic ArrayArrays.makeFromSimple(int[] dimensions, int[] lowBounds, Object buffer, PrimType elementType) -
Uses of PrimType in gnu.kawa.lispexpr
Subclasses of PrimType in gnu.kawa.lispexprModifier and TypeClassDescriptionclassUse to implement some special types that convert differently.Fields in gnu.kawa.lispexpr declared as PrimTypeModifier and TypeFieldDescriptionstatic final PrimTypeLangPrimType.byteTypestatic final PrimTypeLangPrimType.doubleTypestatic final PrimTypeLangPrimType.floatTypestatic final PrimTypeLangPrimType.intTypestatic final PrimTypeLangPrimType.longTypestatic final PrimTypeLangPrimType.shortTypestatic final PrimTypeLangPrimType.voidTypeMethods in gnu.kawa.lispexpr with parameters of type PrimTypeModifier and TypeMethodDescriptionstatic ObjectLangPrimType.convertIntegerLiteral(IntNum ivalue, PrimType type, boolean nativeValue) static ObjectLispReader.readGeneralArray(LispReader in, int rank, PrimType elementType) Constructors in gnu.kawa.lispexpr with parameters of type PrimTypeModifierConstructorDescriptionLangPrimType(PrimType type) LangPrimType(PrimType type, Language language)