| Package | Description |
|---|---|
| com.sonar.sslr.api.flow | |
| com.sonarsource.cobol.api.flow |
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
CobolExecutionFlowVisitor.endPath(Branch branch) |
boolean |
Branch.isParentOf(Branch branch) |
boolean |
Branch.isParentOrChildOf(Branch branch) |
void |
CobolExecutionFlowVisitor.leaveBranch(Branch branch) |
void |
CobolExecutionFlowVisitor.visitBranch(Branch branch) |
void |
CobolExecutionFlowVisitor.visitStatement(CobolStmt stmt,
Branch branch) |
| Constructor and Description |
|---|
Branch(Branch parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
CobolDataFlowEngine.endPath(Branch branch) |
void |
CobolDataFlowEngine.leaveBranch(Branch branch) |
void |
CobolDataFlowEngine.visitBranch(Branch branch) |
void |
CobolDataFlowEngine.visitStatement(CobolStmt stmt,
Branch branch) |
void |
CobolCopyBookBarrier.visitStatement(CobolStmt stmt,
Branch branch) |
Copyright © 2009–2015 SonarSource. All rights reserved.