Package com.sonar.sslr.api.flow
Class CobolExecutionFlowVisitor
- java.lang.Object
-
- com.sonar.sslr.api.flow.CobolExecutionFlowVisitor
-
- Direct Known Subclasses:
CobolCopyBookBarrier,CobolDataFlowEngine
@Deprecated public abstract class CobolExecutionFlowVisitor extends Object
Deprecated.since version 3.4. This API will be dropped with no replacement.
-
-
Constructor Summary
Constructors Constructor Description CobolExecutionFlowVisitor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidendPath(Branch branch)Deprecated.voidleaveBranch(Branch branch)Deprecated.voidleaveGoto(CobolStmt gotoStmt)Deprecated.voidleaveMandatoryBranches()Deprecated.voidleavePerform(CobolStmt performStmt)Deprecated.voidstart()Deprecated.voidstop()Deprecated.voidvisitBranch(Branch branch)Deprecated.voidvisitGoto(CobolStmt gotoStmt)Deprecated.voidvisitMandatoryBranches()Deprecated.voidvisitPerform(CobolStmt performStmt)Deprecated.voidvisitStatement(CobolStmt stmt, Branch branch)Deprecated.
-
-
-
Method Detail
-
start
public void start()
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.
-
-