Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

CFGSkel::node Class Reference

List of all members.

Public Methods

boolean equals (Object o)
String toString ()

Private Methods

 node (Index i)

Private Attributes

boolean marked
Index index
Vector descendents

Detailed Description

Internal node. Keeps the marking, the index, and the descendents.

Definition at line 53 of file CFGSkel.java.


Constructor & Destructor Documentation

CFGSkel::node::node Index   i [inline, private]
 

Constructs a new node with false marking.

Parameters:
i   the index to put in the node.

Definition at line 64 of file CFGSkel.java.


Member Function Documentation

boolean CFGSkel::node::equals Object   o [inline]
 

Checks the equality of a node and either another node or an index. This is because the main distinguishing part of a node is the index.

Definition at line 76 of file CFGSkel.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:06:03 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001