at.dms.classfile
Class LocalVariableTable
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.LocalVariableTable
public class LocalVariableTable
- extends Attribute
VMS 4.7.9: Local Variable Table Attribute.
This attribute represents a mapping between he Java Virtual Machine code
array and the line number in the original Java source file
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalVariableTable
public LocalVariableTable(LocalVariableInfo[] entries)
- Create a line number table attribute.
LocalVariableTable
public LocalVariableTable(DataInput in,
ConstantPool cp,
Instruction[] insns)
throws IOException
- Constructs a line number table attribute from a class file stream.
- Parameters:
in
- the stream to read fromcp
- the constant poolinsns
- (sparse) array of instructions
- Throws:
IOException
- an io problem has occured