Package | Description |
---|---|
org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
Modifier and Type | Method | Description |
---|---|---|
StackMapEntry |
StackMapEntry.copy() |
|
StackMapEntry[] |
StackMap.getStackMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
StackMap.setStackMap(StackMapEntry[] map) |
|
void |
DescendingVisitor.visitStackMapEntry(StackMapEntry var) |
|
void |
EmptyVisitor.visitStackMapEntry(StackMapEntry obj) |
|
void |
Visitor.visitStackMapEntry(StackMapEntry obj) |
Constructor | Description |
---|---|
StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool) |