|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.io.instructions.BaseCodeCursor
public abstract class BaseCodeCursor
Base implementation of CodeCursor.
| Constructor Summary | |
|---|---|
BaseCodeCursor()
Constructs an instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseCodeCursor()
| Method Detail |
|---|
public final int cursor()
CodeCursor
cursor in interface CodeCursorpublic final int baseAddressForCursor()
CodeCursor
baseAddressForCursor in interface CodeCursor
public final void setBaseAddress(int targetAddress,
int baseAddress)
CodeCursor
setBaseAddress in interface CodeCursorCodeCursor.baseAddressForCursor()protected final void advance(int amount)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||