Public Member Functions | |
| IntraGraphNode () | |
| IntraGraphNode (int nno, node_type ty=None) | |
| IntraGraphNode (const IntraGraphNode &n) | |
| void | set (int nno, node_type ty=None) |
Public Attributes | |
| Transition | trans |
| int | node_no |
| node_type | type |
| list< int > | outgoing |
| list< int > | incoming |
| reg_exp_t | regexp |
| bool | iscutset |
| int | visited |
| int | scc_number |
| wali::graph::IntraGraphNode::IntraGraphNode | ( | ) |
| wali::graph::IntraGraphNode::IntraGraphNode | ( | int | nno, | |
| node_type | ty = None | |||
| ) |
| wali::graph::IntraGraphNode::IntraGraphNode | ( | const IntraGraphNode & | n | ) |
| void wali::graph::IntraGraphNode::set | ( | int | nno, | |
| node_type | ty = None | |||
| ) |
Referenced by set().
Referenced by set().
Referenced by set().
| list<int> wali::graph::IntraGraphNode::outgoing |
| list<int> wali::graph::IntraGraphNode::incoming |
Referenced by set().
Referenced by set().
Referenced by set().
1.7.1