proguard.classfile
Class LineNumberInfo
java.lang.Object
proguard.classfile.LineNumberInfo
- public class LineNumberInfo
- extends Object
Representation of an Line Number table entry.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTANT_FIELD_SIZE
public static final int CONSTANT_FIELD_SIZE
- See Also:
- Constant Field Values
u2startpc
public int u2startpc
u2lineNumber
public int u2lineNumber
create
public static LineNumberInfo create(DataInput din)
throws IOException
- Throws:
IOException
write
public void write(DataOutput dout)
throws IOException
- Exports the representation to a DataOutput stream.
- Throws:
IOException