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.
-
Uses of StackMapEntry in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return StackMapEntryModifier and TypeMethodDescriptionStackMapEntry.copy()
final StackMapEntry[]
StackMap.getStackMap()
Methods in org.apache.bcel.classfile with parameters of type StackMapEntryModifier and TypeMethodDescriptionfinal 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 StackMapEntryModifierConstructorDescriptionStackMap
(int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool)