| 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 time
|
| Modifier and Type | Field and Description |
|---|---|
static StackMapType[] |
StackMapType.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
StackMapType |
StackMapType.copy() |
StackMapType[] |
StackMapEntry.getTypesOfLocals() |
StackMapType[] |
StackMapEntry.getTypesOfStackItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
StackMapEntry.setTypesOfLocals(StackMapType[] types) |
void |
StackMapEntry.setTypesOfStackItems(StackMapType[] types) |
default void |
Visitor.visitStackMapType(StackMapType obj)
Visits a
StackMapType object. |
void |
EmptyVisitor.visitStackMapType(StackMapType obj)
Visits a
StackMapType object. |
void |
DescendingVisitor.visitStackMapType(StackMapType var)
Visits a
StackMapType object. |
| Constructor and Description |
|---|
StackMapEntry(int byteCodeOffset,
int numberOfLocals,
StackMapType[] typesOfLocals,
int numberOfStackItems,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Deprecated.
Since 6.0, use
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool) instead |
StackMapEntry(int byteCodeOffset,
int numberOfLocals,
StackMapType[] typesOfLocals,
int numberOfStackItems,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Deprecated.
Since 6.0, use
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool) instead |
StackMapEntry(int tag,
int byteCodeOffset,
StackMapType[] typesOfLocals,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Create an instance
|
StackMapEntry(int tag,
int byteCodeOffset,
StackMapType[] typesOfLocals,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
BCELifier.visitStackMapType(StackMapType stackMapType)
Visits a
StackMapType object. |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.