avrora.core
Class Program.DataLabel

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

public class Program.DataLabel
extends Program.Location

The DataLabel class represents a label within the program that refers to the data segment.


Field Summary
 
Fields inherited from class avrora.core.Program.Location
address, name
 
Method Summary
 boolean isDataSegment()
          The isDataSegment() method returns whether this label refers to the data segment.
 
Methods inherited from class avrora.core.Program.Location
equals, hashCode, isEEPromSegment, isProgramSegment, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isDataSegment

public boolean isDataSegment()
The isDataSegment() method returns whether this label refers to the data segment. For instances of DataLabel, this method always returns true.

Overrides:
isDataSegment in class Program.Location
Returns:
true