avrora.core
Class Program.EEPromLabel

java.lang.Object
  extended byavrora.core.Program.Location
      extended byavrora.core.Program.EEPromLabel
Enclosing class:
Program

public class Program.EEPromLabel
extends Program.Location

The EEPromLabel class represents a label within the program that refers to the eeprom segment.


Field Summary
 
Fields inherited from class avrora.core.Program.Location
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.Location
equals, hashCode, isDataSegment, isProgramSegment, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isEEPromSegment

public boolean isEEPromSegment()
The isEEPromSegment() method returns whether this label refers to the eeprom segment. For instances of EEPromLabel, this method always returns true.

Overrides:
isEEPromSegment in class Program.Location
Returns:
true