org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class LocalVariableTableEntry

java.lang.Object
  extended by org.netbeans.modules.classfile.LocalVariableTableEntry

public final class LocalVariableTableEntry
extends Object

An entry in the local variable table of a method's code attribute.


Method Summary
 String getDescription()
          Returns the signature (type) of this variable.
 int getIndex()
          Returns the variable's index into the local variable array for the current stack frame.
 int getLength()
          Returns the length of the range of code bytes where this variable is valid.
 String getName()
          Returns the name of this variable.
 int getStartPC()
          Returns the first byte code offset where this variable is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartPC

public final int getStartPC()
Returns the first byte code offset where this variable is valid.


getLength

public final int getLength()
Returns the length of the range of code bytes where this variable is valid.


getName

public final String getName()
Returns the name of this variable.


getDescription

public final String getDescription()
Returns the signature (type) of this variable.


getIndex

public final int getIndex()
Returns the variable's index into the local variable array for the current stack frame.


org.netbeans.modules.classfile/1 1.35

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.