站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LocalVariableTableEntry (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

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.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.