Public Methods | |
boolean | equals (Object o) |
String | toString () |
Private Methods | |
node (Index i) | |
Private Attributes | |
boolean | marked |
Index | index |
Vector | descendents |
Definition at line 53 of file CFGSkel.java.
|
Constructs a new node with false marking.
Definition at line 64 of file CFGSkel.java. |
|
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. |