public static class PositionList.Entry
extends java.lang.Object
| Constructor and Description |
|---|
Entry(int address,
SourcePosition position)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress()
Gets the address.
|
SourcePosition |
getPosition()
Gets the source position information.
|
public Entry(int address,
SourcePosition position)
address - >= 0; address of this entryposition - non-null; corresponding source position informationpublic int getAddress()
>= 0; the addresspublic SourcePosition getPosition()
non-null; the position informationCopyright © 2020. All Rights Reserved.