Interface DataFlowNode

    • Method Detail

      • getVariableAccess

        java.util.List<VariableAccess> getVariableAccess()
      • getLine

        int getLine()
      • getIndex

        int getIndex()
      • isType

        boolean isType​(NodeType type)
      • setType

        void setType​(NodeType type)
      • getNode

        Node getNode()
      • setVariableAccess

        void setVariableAccess​(java.util.List<VariableAccess> variableAccess)
      • addPathToChild

        void addPathToChild​(DataFlowNode child)
      • removePathToChild

        boolean removePathToChild​(DataFlowNode child)
      • reverseParentPathsTo

        void reverseParentPathsTo​(DataFlowNode destination)