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 and Description |
---|---|
StackMapEntry |
StackMapEntry.copy() |
StackMapEntry[] |
StackMap.getStackMap() |
Modifier and Type | Method and Description |
---|---|
void |
StackMap.setStackMap(StackMapEntry[] map) |
void |
EmptyVisitor.visitStackMapEntry(StackMapEntry obj) |
void |
Visitor.visitStackMapEntry(StackMapEntry obj) |
void |
DescendingVisitor.visitStackMapEntry(StackMapEntry var) |
Constructor and Description |
---|
StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool) |
Copyright © 2017. All rights reserved.