|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackMapEntry | |
---|---|
org.apache.bcel.classfile | This package contains the classes that describe the structure of a Java class file and a class file parser. |
Uses of StackMapEntry in org.apache.bcel.classfile |
---|
Methods in org.apache.bcel.classfile that return StackMapEntry | |
---|---|
StackMapEntry |
StackMapEntry.copy()
|
StackMapEntry[] |
StackMap.getStackMap()
|
Methods in org.apache.bcel.classfile with parameters of type StackMapEntry | |
---|---|
void |
StackMap.setStackMap(StackMapEntry[] map)
|
void |
Visitor.visitStackMapEntry(StackMapEntry obj)
|
void |
EmptyVisitor.visitStackMapEntry(StackMapEntry obj)
|
void |
DescendingVisitor.visitStackMapEntry(StackMapEntry var)
|
Constructors in org.apache.bcel.classfile with parameters of type StackMapEntry | |
---|---|
StackMap(int name_index,
int length,
StackMapEntry[] map,
ConstantPool constant_pool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |