|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.core.Program.Location
| Field Summary | |
int |
address
The address field records the address of this label as a byte address. |
java.lang.String |
name
The name field records the name of this label. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
boolean |
isDataSegment()
The isDataSegment() method returns whether this label refers to the data segment. |
boolean |
isEEPromSegment()
The isEEPromSegment() method returns whether this label refers to the eeprom
segment. |
boolean |
isProgramSegment()
The isProgramSegment() method returns whether this label refers to the program
segment. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final int address
address field records the address of this label as a byte address.
public final java.lang.String name
name field records the name of this label.
| Method Detail |
public int hashCode()
public boolean equals(java.lang.Object o)
public boolean isProgramSegment()
isProgramSegment() method returns whether this label refers to the program
segment.
public boolean isDataSegment()
isDataSegment() method returns whether this label refers to the data segment.
public boolean isEEPromSegment()
isEEPromSegment() method returns whether this label refers to the eeprom
segment.
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||