Uses of Class
org.apache.bcel.classfile.StackMapType
Packages that use StackMapType
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
-
Uses of StackMapType in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as StackMapTypeModifier and TypeFieldDescriptionprivate StackMapType[]
StackMapEntry.types_of_locals
private StackMapType[]
StackMapEntry.types_of_stack_items
Methods in org.apache.bcel.classfile that return StackMapTypeModifier and TypeMethodDescriptionStackMapType.copy()
StackMapEntry.getTypesOfLocals()
StackMapEntry.getTypesOfStackItems()
Methods in org.apache.bcel.classfile with parameters of type StackMapTypeModifier and TypeMethodDescriptionvoid
StackMapEntry.setTypesOfLocals
(StackMapType[] types) void
StackMapEntry.setTypesOfStackItems
(StackMapType[] types) Constructors in org.apache.bcel.classfile with parameters of type StackMapTypeModifierConstructorDescriptionStackMapEntry
(int byteCodeOffset, int numberOfLocals, StackMapType[] typesOfLocals, int numberOfStackItems, StackMapType[] typesOfStackItems, ConstantPool constantPool) Deprecated.StackMapEntry
(int tag, int byteCodeOffset, StackMapType[] typesOfLocals, StackMapType[] typesOfStackItems, ConstantPool constantPool) Create an instance
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead