edu.uci.eecs.doc.cascade.graph
Class Entry

java.lang.Object
  extended by edu.uci.eecs.doc.cascade.graph.Vertex
      extended by edu.uci.eecs.doc.cascade.graph.Entry

public class Entry
extends Vertex

Represents the single entry point in control flow graphs.

Author:
Trevor Harmon

Field Summary
 
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.
 
Methods inherited from class edu.uci.eecs.doc.cascade.graph.Vertex
asList, getGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry(Graph graph)
Creates a new Entry object.

Parameters:
graph - the control flow graph to which this vertex belongs
Method Detail

toString

public String toString()
Converts the entry node to a string representation.

Overrides:
toString in class Object
Returns:
the string "Entry"