|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.attribute.LineNumberInfo
public class LineNumberInfo
Representation of an Line Number table entry.
| Field Summary | |
|---|---|
int |
u2lineNumber
|
int |
u2startPC
|
| Constructor Summary | |
|---|---|
LineNumberInfo()
Creates an uninitialized LineNumberInfo. |
|
LineNumberInfo(int u2startPC,
int u2lineNumber)
Creates an initialized LineNumberInfo. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int u2startPC
public int u2lineNumber
| Constructor Detail |
|---|
public LineNumberInfo()
public LineNumberInfo(int u2startPC,
int u2lineNumber)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||