public class ImmutableLineNumber extends ImmutableDebugItem implements LineNumber
| Modifier and Type | Field and Description |
|---|---|
protected int |
lineNumber |
codeAddress| Constructor and Description |
|---|
ImmutableLineNumber(int codeAddress,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDebugItemType()
The type of this debug item.
|
int |
getLineNumber()
The line number associated with this code address.
|
static ImmutableLineNumber |
of(LineNumber lineNumber) |
getCodeAddress, immutableListOf, ofclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeAddress@Nonnull public static ImmutableLineNumber of(@Nonnull LineNumber lineNumber)
public int getLineNumber()
LineNumbergetLineNumber in interface LineNumberpublic int getDebugItemType()
DebugItemgetDebugItemType in interface DebugItem