ProGuard

proguard.classfile
Class LineNumberInfo

java.lang.Object
  extended byproguard.classfile.LineNumberInfo

public class LineNumberInfo
extends Object

Representation of an Line Number table entry.


Field Summary
static int CONSTANT_FIELD_SIZE
           
 int u2lineNumber
           
 int u2startpc
           
 
Method Summary
static LineNumberInfo create(DataInput din)
           
 void write(DataOutput dout)
          Exports the representation to a DataOutput stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSTANT_FIELD_SIZE

public static final int CONSTANT_FIELD_SIZE
See Also:
Constant Field Values

u2startpc

public int u2startpc

u2lineNumber

public int u2lineNumber
Method Detail

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

ProGuard