| Package | Description |
|---|---|
| org.apache.bcel.classfile |
Classes that describe the structure of a Java class file and a class file parser.
|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Method and Description |
|---|---|
LocalVariableTable |
Method.getLocalVariableTable() |
LocalVariableTable |
Code.getLocalVariableTable() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utility.methodSignatureToString(String signature,
String name,
String access,
boolean chopit,
LocalVariableTable vars)
This method converts a method signature string into a Java type declaration like 'void main(String[])' and throws a
'ClassFormatException' when the parsed type is invalid.
|
void |
Visitor.visitLocalVariableTable(LocalVariableTable obj) |
void |
EmptyVisitor.visitLocalVariableTable(LocalVariableTable obj) |
void |
DescendingVisitor.visitLocalVariableTable(LocalVariableTable table) |
| Constructor and Description |
|---|
LocalVariableTable(LocalVariableTable c)
Initialize from another object.
|
| Modifier and Type | Method and Description |
|---|---|
LocalVariableTable |
MethodGen.getLocalVariableTable(ConstantPoolGen cp) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitLocalVariableTable(LocalVariableTable obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.