Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Field | Description |
---|---|---|
static BasicType |
Type.BOOLEAN |
|
static BasicType |
Type.BYTE |
|
static BasicType |
Type.CHAR |
|
static BasicType |
Type.DOUBLE |
|
static BasicType |
Type.FLOAT |
|
static BasicType |
Type.INT |
|
static BasicType |
Type.LONG |
|
static BasicType |
Type.SHORT |
|
static BasicType |
Type.VOID |
Predefined constants
|
Modifier and Type | Method | Description |
---|---|---|
static BasicType |
BasicType.getType(byte type) |
Constructor | Description |
---|---|
NEWARRAY(BasicType type) |