org.apache.bcel.classfile
public class LocalVariableTypeTable extends AbstractLocalVariableTable
| Constructor Summary | |
|---|---|
| LocalVariableTypeTable(int name_index, int length, DataInputStream file, ConstantPool constant_pool) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class. |
Parameters: v Visitor object