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_ARRAYEmpty array constant.Methods in org.apache.bcel.classfile that return StackMapTypeModifier and TypeMethodDescriptionStackMapType.copy()Creates a deep copy of this object.StackMapEntry.getTypesOfLocals()Gets the types of locals.StackMapEntry.getTypesOfStackItems()Gets the types of stack items.Methods in org.apache.bcel.classfile with parameters of type StackMapTypeModifier and TypeMethodDescriptionvoidStackMapEntry.setTypesOfLocals(StackMapType[] types) Sets the types of locals.voidStackMapEntry.setTypesOfStackItems(StackMapType[] types) Sets the types of stack items.voidDescendingVisitor.visitStackMapType(StackMapType var) Visits aStackMapTypeobject.voidEmptyVisitor.visitStackMapType(StackMapType obj) Visits aStackMapTypeobject.default voidVisitor.visitStackMapType(StackMapType obj) Visits aStackMapTypeobject.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 TypeMethodDescriptionvoidBCELifier.visitStackMapType(StackMapType stackMapType) Visits aStackMapTypeobject.
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)instead.