edu.cmu.cs.crystal.flow
Class NormalLabel

java.lang.Object
  extended by edu.cmu.cs.crystal.flow.NormalLabel
All Implemented Interfaces:
ILabel

public class NormalLabel
extends Object
implements ILabel

A normal label occurs from non-branching, non-exceptional control flow.

Author:
ciera

Method Summary
 String getLabel()
           
static NormalLabel getNormalLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNormalLabel

public static NormalLabel getNormalLabel()
Returns:
the singleton instance of the normal label

getLabel

public String getLabel()
Specified by:
getLabel in interface ILabel

toString

public String toString()
Overrides:
toString in class Object