Uses of Class
org.apache.bcel.classfile.StackMapType
Packages that use StackMapType
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
-
Uses of StackMapType in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as StackMapTypeModifier and TypeFieldDescriptionstatic final StackMapType[]
StackMapType.EMPTY_ARRAY
private StackMapType[]
StackMapEntry.typesOfLocals
private StackMapType[]
StackMapEntry.typesOfStackItems
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) void
DescendingVisitor.visitStackMapType
(StackMapType var) Visits aStackMapType
object.void
EmptyVisitor.visitStackMapType
(StackMapType obj) Visits aStackMapType
object.default void
Visitor.visitStackMapType
(StackMapType obj) Visits aStackMapType
object.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 -
Uses of StackMapType in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type StackMapTypeModifier and TypeMethodDescriptionvoid
BCELifier.visitStackMapType
(StackMapType stackMapType) Visits aStackMapType
object.private void
BCELifier.visitStackMapTypeArray
(StackMapType[] types)
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead