public abstract class BaseCodeCursor extends Object implements CodeCursor
CodeCursor.| Constructor and Description |
|---|
BaseCodeCursor()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
advance(int amount)
Advance the cursor by the indicated amount.
|
int |
baseAddressForCursor()
Gets the base address associated with the current cursor.
|
int |
cursor()
Gets the cursor.
|
void |
setBaseAddress(int targetAddress,
int baseAddress)
Sets the base address for the given target address to be as indicated.
|
public final int cursor()
CodeCursorcursor in interface CodeCursorpublic final int baseAddressForCursor()
CodeCursorbaseAddressForCursor in interface CodeCursorpublic final void setBaseAddress(int targetAddress,
int baseAddress)
CodeCursorsetBaseAddress in interface CodeCursorCodeCursor.baseAddressForCursor()protected final void advance(int amount)
Copyright © 2016. All Rights Reserved.