edu.uci.eecs.doc.cascade.graph
Class Entry
java.lang.Object
edu.uci.eecs.doc.cascade.graph.Vertex
edu.uci.eecs.doc.cascade.graph.Entry
public class Entry
- extends Vertex
Represents the single entry point in control flow graphs.
- Author:
- Trevor Harmon
Fields inherited from class edu.uci.eecs.doc.cascade.graph.Vertex |
graph |
Constructor Summary |
Entry(Graph graph)
Creates a new Entry object. |
Method Summary |
String |
toString()
Converts the entry node to a string representation. |
Entry
public Entry(Graph graph)
- Creates a new Entry object.
- Parameters:
graph
- the control flow graph to which this vertex belongs
toString
public String toString()
- Converts the entry node to a string representation.
- Overrides:
toString
in class Object
- Returns:
- the string "Entry"