|
| | CFGBranchNode (final Element e) |
| |
| | CFGBranchNode (final Element e, final String c) |
| |
| String | toString () |
| |
| | CFGNode () |
| |
| | CFGNode (Element e, String code) |
| |
| | CFGNode (Element e) |
| |
| int | getNumber () |
| |
| String | getCode () |
| |
| Element | getElement () |
| |
| void | setLocation (File file, int line, int column) |
| |
| boolean | hasLocation () |
| |
| File | getFile () |
| |
| final int | getColumn () |
| |
| final int | getLine () |
| |
| boolean | isVisible () |
| |
| void | setVisible (boolean value) |
| |
| Set< String > | getDependentVars () |
| |
| List< CFGNode > | getPredecessors () |
| |
| List< CFGNode > | getSuccessors () |
| |
| List< CFGNode > | getOptPredecessors () |
| |
| List< CFGNode > | getOptSuccessors () |
| |
| List< Operand > | getOperands () |
| |
| void | setOperands (List< Operand > operands) |
| |
| void | addOperand (OperandType type, Object id) |
| |
| String | getNodeType () |
| |
| void | setNodeType (String nodeType) |
| |
| void | addEdge (CFGNode to) |
| |
| void | addEdge (CFGNode to, Object label) |
| |
| void | addEdge (CFGNode to, int edgeIndex, Object label) |
| |
| Object | getEdgeLabel (int edge) |
| |
| void | addOptEdge (CFGNode to) |
| |
| void | replaceEdge (CFGNode oldTo, CFGNode newTo) |
| |
| void | replaceOptEdge (CFGNode oldTo, CFGNode newTo) |
| |
| void | drop () |
| |
| boolean | equals (Object obj) |
| |
| int | hashCode () |
| |
| String | toString () |
| |
Specific CFG node for holding info about if/switch and other branching