| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), 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–2025 The Apache Software Foundation. All rights reserved.