Package | Description |
---|---|
gnu.bytecode |
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files. |
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
Modifier and Type | Method and Description |
---|---|
static ArrayType |
ArrayType.make(Type elements)
Find or create an ArrayType for the specified element type.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeAttr.emitPushPrimArray(java.lang.Object value,
ArrayType arrayType) |
void |
CodeAttr.emitPushPrimArray(java.lang.Object value,
int len,
int count,
ArrayType arrayType)
Emit code to push a constant primitive array.
|
Modifier and Type | Field and Description |
---|---|
static ArrayType |
Compilation.objArrayType |