Class CobolExecutionFlowVisitor

    • Constructor Detail

      • CobolExecutionFlowVisitor

        public CobolExecutionFlowVisitor()
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
      • visitStatement

        public void visitStatement​(CobolStmt stmt,
                                   Branch branch)
        Deprecated.
      • visitMandatoryBranches

        public void visitMandatoryBranches()
        Deprecated.
      • visitPerform

        public void visitPerform​(CobolStmt performStmt)
        Deprecated.
      • leavePerform

        public void leavePerform​(CobolStmt performStmt)
        Deprecated.
      • visitGoto

        public void visitGoto​(CobolStmt gotoStmt)
        Deprecated.
      • leaveGoto

        public void leaveGoto​(CobolStmt gotoStmt)
        Deprecated.
      • visitBranch

        public void visitBranch​(Branch branch)
        Deprecated.
      • leaveBranch

        public void leaveBranch​(Branch branch)
        Deprecated.
      • leaveMandatoryBranches

        public void leaveMandatoryBranches()
        Deprecated.
      • endPath

        public void endPath​(Branch branch)
        Deprecated.
      • stop

        public void stop()
        Deprecated.