Multivalent API

phelps.lang.reflect
Class LocalVariableTable_attribute

java.lang.Object
  extended by phelps.lang.reflect.Attribute_info
      extended by phelps.lang.reflect.LocalVariableTable_attribute

public class LocalVariableTable_attribute
extends Attribute_info

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class phelps.lang.reflect.Attribute_info
attribute_name, attribute_offset
 
Method Summary
 Local_variable getLocal(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLocal

public Local_variable getLocal(int index)

toString

public java.lang.String toString()
Overrides:
toString in class Attribute_info

Multivalent API