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 PrimType
Type.boolean_type
static final PrimType
Type.booleanType
static final PrimType
Type.byte_type
static final PrimType
Type.byteType
static final PrimType
Type.char_type
static final PrimType
Type.charType
static final PrimType
Type.double_type
static final PrimType
Type.doubleType
static final PrimType
Type.float_type
static final PrimType
Type.floatType
static final PrimType
Type.int_type
static final PrimType
Type.intType
static final PrimType
Type.long_type
static final PrimType
Type.longType
static final PrimType
Type.short_type
static final PrimType
Type.shortType
static final PrimType
Type.void_type
static final PrimType
Type.voidType
Methods in gnu.bytecode that return PrimTypeModifier and TypeMethodDescriptionstatic PrimType
Type.signatureToPrimitive
(char sig) Returns the primitive type corresponding to a signature character.static PrimType
PrimType.unboxedType
(Type type) Methods in gnu.bytecode with parameters of type PrimTypeModifier and TypeMethodDescriptionstatic int
final void
final void
CodeAttr.emitConvert
(PrimType from, PrimType to) final void
Constructors 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 Array
Arrays.makeFromSimple
(int[] dimensions, int[] lowBounds, Object buffer, PrimType elementType) -
Uses of PrimType in gnu.kawa.lispexpr
Subclasses of PrimType in gnu.kawa.lispexprModifier and TypeClassDescriptionclass
Use to implement some special types that convert differently.Fields in gnu.kawa.lispexpr declared as PrimTypeModifier and TypeFieldDescriptionstatic final PrimType
LangPrimType.byteType
static final PrimType
LangPrimType.doubleType
static final PrimType
LangPrimType.floatType
static final PrimType
LangPrimType.intType
static final PrimType
LangPrimType.longType
static final PrimType
LangPrimType.shortType
static final PrimType
LangPrimType.voidType
Methods in gnu.kawa.lispexpr with parameters of type PrimTypeModifier and TypeMethodDescriptionstatic Object
LangPrimType.convertIntegerLiteral
(IntNum ivalue, PrimType type, boolean nativeValue) static Object
LispReader.readGeneralArray
(LispReader in, int rank, PrimType elementType) Constructors in gnu.kawa.lispexpr with parameters of type PrimTypeModifierConstructorDescriptionLangPrimType
(PrimType type) LangPrimType
(PrimType type, Language language)