Uses of Class
org.apache.bcel.classfile.StackMapEntry
Packages that use StackMapEntry
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
Provides PassVerifier classes used internally by JustIce.
-
Uses of StackMapEntry in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as StackMapEntryModifier and TypeFieldDescription(package private) static final StackMapEntry[]
StackMapEntry.EMPTY_ARRAY
private StackMapEntry[]
StackMap.table
Methods in org.apache.bcel.classfile that return StackMapEntryMethods in org.apache.bcel.classfile with parameters of type StackMapEntryModifier and TypeMethodDescriptionvoid
StackMap.setStackMap
(StackMapEntry[] table) 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 StackMapEntryModifierConstructorDescriptionStackMap
(int nameIndex, int length, StackMapEntry[] table, ConstantPool constantPool) -
Uses of StackMapEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type StackMapEntryModifier and TypeMethodDescriptionvoid
StringRepresentation.visitStackMapEntry
(StackMapEntry obj)