edu.cmu.cs.crystal.flow
Class NormalLabel
java.lang.Object
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
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