|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectggencoder.datastructures.AbstractRawCode
ggencoder.datastructures.BasicSNESRawCode
An implementation of the SNESRawCode interface.
| Constructor Summary | |
BasicSNESRawCode(int address,
int value)
Creates a new BasicSNESRawCode object. |
|
| Method Summary | |
void |
setAddress(int address)
Sets the address of this code. |
void |
setValue(int value)
Sets the value of this code. |
java.lang.String |
toString()
Returns a String representation of this code. |
| Methods inherited from class ggencoder.datastructures.AbstractRawCode |
getAddress, getValue, toHexString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ggencoder.datastructures.RawCode |
getAddress, getValue |
| Constructor Detail |
public BasicSNESRawCode(int address,
int value)
address - The code's address.value - The code's value.| Method Detail |
public void setValue(int value)
setValue in interface RawCodesetValue in class AbstractRawCodevalue - The code's value.public void setAddress(int address)
setAddress in interface RawCodesetAddress in class AbstractRawCodeaddress - The code's address.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||