org.apache.bcel.classfile

Class LocalVariableTypeTable

public class LocalVariableTypeTable extends AbstractLocalVariableTable

Constructor Summary
LocalVariableTypeTable(int name_index, int length, DataInputStream file, ConstantPool constant_pool)
Method Summary
voidaccept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.

Constructor Detail

LocalVariableTypeTable

public LocalVariableTypeTable(int name_index, int length, DataInputStream file, ConstantPool constant_pool)

Method Detail

accept

public void accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.

Parameters: v Visitor object