Uses of Class
org.apache.bcel.classfile.StackMapType
-
Packages that use StackMapType 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. -
-
Uses of StackMapType in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return StackMapType Modifier and Type Method Description StackMapType
StackMapType. copy()
StackMapType[]
StackMapEntry. getTypesOfLocals()
StackMapType[]
StackMapEntry. getTypesOfStackItems()
Methods in org.apache.bcel.classfile with parameters of type StackMapType Modifier and Type Method Description void
StackMapEntry. setTypesOfLocals(StackMapType[] t)
void
StackMapEntry. setTypesOfStackItems(StackMapType[] t)
Constructors in org.apache.bcel.classfile with parameters of type StackMapType Constructor Description StackMapEntry(int byte_code_offset, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items, ConstantPool constant_pool)
-