@Deprecated public abstract class CobolExecutionFlowVisitor extends Object
Constructor and Description |
---|
CobolExecutionFlowVisitor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
endPath(Branch branch)
Deprecated.
|
void |
leaveBranch(Branch branch)
Deprecated.
|
void |
leaveGoto(CobolStmt gotoStmt)
Deprecated.
|
void |
leaveMandatoryBranches()
Deprecated.
|
void |
leavePerform(CobolStmt performStmt)
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
void |
visitBranch(Branch branch)
Deprecated.
|
void |
visitGoto(CobolStmt gotoStmt)
Deprecated.
|
void |
visitMandatoryBranches()
Deprecated.
|
void |
visitPerform(CobolStmt performStmt)
Deprecated.
|
void |
visitStatement(CobolStmt stmt,
Branch branch)
Deprecated.
|
public void start()
public void visitMandatoryBranches()
public void visitPerform(CobolStmt performStmt)
public void leavePerform(CobolStmt performStmt)
public void visitGoto(CobolStmt gotoStmt)
public void leaveGoto(CobolStmt gotoStmt)
public void visitBranch(Branch branch)
public void leaveBranch(Branch branch)
public void leaveMandatoryBranches()
public void endPath(Branch branch)
public void stop()
Copyright © 2009–2017 SonarSource. All rights reserved.