Uses of Class
org.apache.bcel.classfile.StackMapEntry
-
Packages that use StackMapEntry Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.util 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 timeorg.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of StackMapEntry in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return StackMapEntry Modifier and Type Method Description StackMapEntryStackMapEntry. copy()StackMapEntry[]StackMap. getStackMap()Methods in org.apache.bcel.classfile with parameters of type StackMapEntry Modifier and Type Method Description voidStackMap. setStackMap(StackMapEntry[] table)voidDescendingVisitor. visitStackMapEntry(StackMapEntry var)voidEmptyVisitor. visitStackMapEntry(StackMapEntry obj)voidVisitor. visitStackMapEntry(StackMapEntry obj)Constructors in org.apache.bcel.classfile with parameters of type StackMapEntry Constructor Description StackMap(int nameIndex, int length, StackMapEntry[] table, ConstantPool constantPool) -
Uses of StackMapEntry in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type StackMapEntry Modifier and Type Method Description voidBCELifier. visitStackMapEntry(StackMapEntry stackMapEntry) -
Uses of StackMapEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type StackMapEntry Modifier and Type Method Description voidStringRepresentation. visitStackMapEntry(StackMapEntry obj)
-