at.dms.classfile
Class LineNumberTable
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.LineNumberTable
public class LineNumberTable
- extends Attribute
VMS 4.7.8: Line Number 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 |
LineNumberTable
public LineNumberTable(LineNumberInfo[] entries)
- Create a line number table attribute.
LineNumberTable
public LineNumberTable(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