public class LocalVariableDescriptor extends Object
Constructor and Description |
---|
LocalVariableDescriptor(DataInput dataInput,
Constant[] constantPool)
constructs a new LocalVariableDescriptor
|
Modifier and Type | Method and Description |
---|---|
nl.tudelft.simulation.language.reflection.FieldSignature |
getFieldSignature() |
int |
getIndex() |
int |
getLength() |
String |
getName() |
int |
getStartByte() |
String |
toString() |
public LocalVariableDescriptor(DataInput dataInput, Constant[] constantPool) throws IOException
dataInput
- the dataInput to readconstantPool
- the constantPool for this variableIOException
- on failurepublic nl.tudelft.simulation.language.reflection.FieldSignature getFieldSignature()
public int getIndex()
public int getLength()
public String getName()
public int getStartByte()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.