Uses of Class
gnu.bytecode.PrimType
-
Packages that use PrimType Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.classfiles.gnu.kawa.functions gnu.kawa.lispexpr -
-
Uses of PrimType in gnu.bytecode
Fields in gnu.bytecode declared as PrimType Modifier and Type Field Description static PrimTypeType. boolean_typestatic PrimTypeType. booleanTypestatic PrimTypeType. byte_typestatic PrimTypeType. byteTypestatic PrimTypeType. char_typestatic PrimTypeType. charTypestatic PrimTypeType. double_typestatic PrimTypeType. doubleTypestatic PrimTypeType. float_typestatic PrimTypeType. floatTypestatic PrimTypeType. int_typestatic PrimTypeType. intTypestatic PrimTypeType. long_typestatic PrimTypeType. longTypestatic PrimTypeType. short_typestatic PrimTypeType. shortTypestatic PrimTypeType. void_typestatic PrimTypeType. voidTypeMethods in gnu.bytecode that return PrimType Modifier and Type Method Description static 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 PrimType Modifier and Type Method Description static intPrimType. compare(PrimType type1, PrimType type2)voidCodeAttr. emitAdd(PrimType type)voidCodeAttr. emitConvert(PrimType from, PrimType to)voidCodeAttr. emitSub(PrimType type)Constructors in gnu.bytecode with parameters of type PrimType Constructor Description PrimType(PrimType type) -
Uses of PrimType in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type PrimType Modifier and Type Method Description static ArrayArrays. makeFromSimple(int[] dimensions, int[] lowBounds, Object buffer, PrimType elementType) -
Uses of PrimType in gnu.kawa.lispexpr
Subclasses of PrimType in gnu.kawa.lispexpr Modifier and Type Class Description classLangPrimTypeUse to implement some special types that convert differently.Fields in gnu.kawa.lispexpr declared as PrimType Modifier and Type Field Description static PrimTypeLangPrimType. byteTypestatic PrimTypeLangPrimType. doubleTypestatic PrimTypeLangPrimType. floatTypestatic PrimTypeLangPrimType. intTypestatic PrimTypeLangPrimType. longTypestatic PrimTypeLangPrimType. shortTypestatic PrimTypeLangPrimType. voidTypeMethods in gnu.kawa.lispexpr with parameters of type PrimType Modifier and Type Method Description static 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 PrimType Constructor Description LangPrimType(PrimType type)LangPrimType(PrimType type, Language language)
-