|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.core.Program.Label
avrora.core.Program.EEPromLabel
The EEPromLabel class represents a label within the program
that refers to the eeprom segment.
| Field Summary |
| Fields inherited from class avrora.core.Program.Label |
address, name |
| Method Summary | |
boolean |
isEEPromSegment()
The isEEPromSegment() method returns whether this
label refers to the eeprom segment. |
| Methods inherited from class avrora.core.Program.Label |
isDataSegment, isProgramSegment, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean isEEPromSegment()
isEEPromSegment() method returns whether this
label refers to the eeprom segment. For instances of EEPromLabel,
this method always returns true.
isEEPromSegment in class Program.Label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||