com.sun.tools.classfile
Class LocalVariableTable_attribute.Entry

java.lang.Object
  extended by com.sun.tools.classfile.LocalVariableTable_attribute.Entry
Enclosing class:
LocalVariableTable_attribute

public static class LocalVariableTable_attribute.Entry
extends java.lang.Object


Field Summary
 int descriptor_index
           
 int index
           
 int length
           
 int name_index
           
 int start_pc
           
 
Constructor Summary
LocalVariableTable_attribute.Entry(ClassReader cr)
           
 
Method Summary
static int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_pc

public final int start_pc

length

public final int length

name_index

public final int name_index

descriptor_index

public final int descriptor_index

index

public final int index
Constructor Detail

LocalVariableTable_attribute.Entry

LocalVariableTable_attribute.Entry(ClassReader cr)
                             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

length

public static int length()