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 and 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 and Description |
---|---|
static BasicType |
BasicType.getType(byte type) |
Constructor and Description |
---|
NEWARRAY(BasicType type) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.