avrora.core
Class Program.ProgramLabel

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

public class Program.ProgramLabel
extends Program.Location

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


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

Method Detail

isProgramSegment

public boolean isProgramSegment()
The isProgramSegment() method returns whether this label refers to the program segment. For instances of ProgramLabel, this method always returns true.

Overrides:
isProgramSegment in class Program.Location
Returns:
true