| 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
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Method and Description |
|---|---|
StackMap |
Code.getStackMap()
Finds the attribute of
StackMap instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitStackMap(StackMap obj) |
void |
EmptyVisitor.visitStackMap(StackMap obj) |
void |
DescendingVisitor.visitStackMap(StackMap table) |
| Modifier and Type | Method and Description |
|---|---|
void |
BCELifier.visitStackMap(StackMap stackMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitStackMap(StackMap obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.