nl.tudelft.simulation.dsol.interpreter.classfile
Class LocalVariableDescriptor

java.lang.Object
  extended by nl.tudelft.simulation.dsol.interpreter.classfile.LocalVariableDescriptor

public class LocalVariableDescriptor
extends Object

A Constant
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:12 $
Author:
Peter Jacobs

Constructor Summary
LocalVariableDescriptor(DataInput dataInput, Constant[] constantPool)
          constructs a new LocalVariableDescriptor
 
Method Summary
 FieldSignature getFieldSignature()
           
 int getIndex()
           
 int getLength()
           
 String getName()
           
 int getStartByte()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalVariableDescriptor

public LocalVariableDescriptor(DataInput dataInput,
                               Constant[] constantPool)
                        throws IOException
constructs a new LocalVariableDescriptor

Parameters:
dataInput - the dataInput to read
constantPool - the constantPool for this variable
Throws:
IOException - on failure
Method Detail

getFieldSignature

public FieldSignature getFieldSignature()
Returns:
Returns the fieldSignature.

getIndex

public int getIndex()
Returns:
Returns the length.

getLength

public int getLength()
Returns:
Returns the length.

getName

public String getName()
Returns:
Returns the name.

getStartByte

public int getStartByte()
Returns:
Returns the startByte.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.