nl.tudelft.simulation.dsol.interpreter.classfile
Class LocalVariableDescriptor
java.lang.Object
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
LocalVariableDescriptor
public LocalVariableDescriptor(DataInput dataInput,
Constant[] constantPool)
throws IOException
- constructs a new LocalVariableDescriptor
- Parameters:
dataInput
- the dataInput to readconstantPool
- the constantPool for this variable
- Throws:
IOException
- on failure
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.