| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| Modifier and Type | Method and Description |
|---|---|
LocalVariable |
LocalVariable.copy() |
LocalVariable |
LocalVariableTable.getLocalVariable(int index) |
LocalVariable |
LocalVariableTypeTable.getLocalVariable(int index) |
LocalVariable[] |
LocalVariableTable.getLocalVariableTable() |
LocalVariable[] |
LocalVariableTypeTable.getLocalVariableTypeTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalVariableTable.setLocalVariableTable(LocalVariable[] local_variable_table) |
void |
LocalVariableTypeTable.setLocalVariableTable(LocalVariable[] local_variable_table) |
void |
DescendingVisitor.visitLocalVariable(LocalVariable var) |
void |
EmptyVisitor.visitLocalVariable(LocalVariable obj) |
void |
Visitor.visitLocalVariable(LocalVariable obj) |
| Constructor and Description |
|---|
LocalVariable(LocalVariable c)
Initialize from another object.
|
LocalVariableTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool) |
LocalVariableTypeTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
LocalVariable |
LocalVariableGen.getLocalVariable(ConstantPoolGen cp)
Get LocalVariable object.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.