public class ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
lineNumber |
private int |
start |
Constructor and Description |
---|
StartLineNumberPair(int _start,
int _lineNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber() |
int |
getStart() |