| addEdge(CFGNode to) | cz.muni.stanse.codestructures.CFGNode | inline |
| addEdge(CFGNode to, Object label) | cz.muni.stanse.codestructures.CFGNode | inline |
| addEdge(CFGNode to, int edgeIndex, Object label) | cz.muni.stanse.codestructures.CFGNode | inline |
| addOperand(OperandType type, Object id) | cz.muni.stanse.codestructures.CFGNode | inline |
| addOptEdge(CFGNode to) | cz.muni.stanse.codestructures.CFGNode | inline |
| addPred(CFGNode pred) | cz.muni.stanse.codestructures.CFGNode | inlineprotected |
| CFGBranchNode(final Element e) | cz.muni.stanse.codestructures.CFGBranchNode | inline |
| CFGBranchNode(final Element e, final String c) | cz.muni.stanse.codestructures.CFGBranchNode | inline |
| CFGNode() | cz.muni.stanse.codestructures.CFGNode | inline |
| CFGNode(Element e, String code) | cz.muni.stanse.codestructures.CFGNode | inline |
| CFGNode(Element e) | cz.muni.stanse.codestructures.CFGNode | inline |
| drop() | cz.muni.stanse.codestructures.CFGNode | inline |
| equals(Object obj) | cz.muni.stanse.codestructures.CFGNode | inline |
| getCode() | cz.muni.stanse.codestructures.CFGNode | inline |
| getColumn() | cz.muni.stanse.codestructures.CFGNode | inline |
| getDependentVars(Operand op) | cz.muni.stanse.codestructures.CFGNode | inlinestatic |
| getDependentVars() | cz.muni.stanse.codestructures.CFGNode | inline |
| getEdgeLabel(int edge) | cz.muni.stanse.codestructures.CFGNode | inline |
| getElement() | cz.muni.stanse.codestructures.CFGNode | inline |
| getFile() | cz.muni.stanse.codestructures.CFGNode | inline |
| getLine() | cz.muni.stanse.codestructures.CFGNode | inline |
| getNodeType() | cz.muni.stanse.codestructures.CFGNode | inline |
| getNumber() | cz.muni.stanse.codestructures.CFGNode | inline |
| getOperands() | cz.muni.stanse.codestructures.CFGNode | inline |
| getOptPredecessors() | cz.muni.stanse.codestructures.CFGNode | inline |
| getOptSuccessors() | cz.muni.stanse.codestructures.CFGNode | inline |
| getPredecessors() | cz.muni.stanse.codestructures.CFGNode | inline |
| getSuccessors() | cz.muni.stanse.codestructures.CFGNode | inline |
| hashCode() | cz.muni.stanse.codestructures.CFGNode | inline |
| hasLocation() | cz.muni.stanse.codestructures.CFGNode | inline |
| isVisible() | cz.muni.stanse.codestructures.CFGNode | inline |
| removeSucc(int index) | cz.muni.stanse.codestructures.CFGNode | inlineprotected |
| replaceEdge(CFGNode oldTo, CFGNode newTo) | cz.muni.stanse.codestructures.CFGNode | inline |
| replaceOptEdge(CFGNode oldTo, CFGNode newTo) | cz.muni.stanse.codestructures.CFGNode | inline |
| setLocation(File file, int line, int column) | cz.muni.stanse.codestructures.CFGNode | inline |
| setNodeType(String nodeType) | cz.muni.stanse.codestructures.CFGNode | inline |
| setOperands(List< Operand > operands) | cz.muni.stanse.codestructures.CFGNode | inline |
| setVisible(boolean value) | cz.muni.stanse.codestructures.CFGNode | inline |
| toString() | cz.muni.stanse.codestructures.CFGBranchNode | inline |