Uses of Class
org.apache.bcel.classfile.StackMapEntry
-
Packages that use StackMapEntry 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.org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of StackMapEntry in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return StackMapEntry Modifier and Type Method Description StackMapEntry
StackMapEntry. copy()
StackMapEntry[]
StackMap. getStackMap()
Methods in org.apache.bcel.classfile with parameters of type StackMapEntry 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)
Constructors in org.apache.bcel.classfile with parameters of type StackMapEntry Constructor Description StackMap(int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool)
-
Uses of StackMapEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type StackMapEntry Modifier and Type Method Description void
StringRepresentation. visitStackMapEntry(StackMapEntry obj)
-