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 |
ExecutionFlowVisitor.endPath(Branch branch) |
boolean |
Branch.isParentOf(Branch branch) |
boolean |
Branch.isParentOrChildOf(Branch branch) |
void |
ExecutionFlowVisitor.leaveBranch(Branch branch) |
void |
ExecutionFlowVisitor.visitBranch(Branch branch) |
void |
ExecutionFlowVisitor.visitStatement(S 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 |
CobolCopyBookBarrier.visitStatement(CobolStatement stmt,
Branch branch) |
void |
CobolDataFlowEngine.visitStatement(CobolStatement stmt,
Branch branch) |
void |
CobolRecursionBarrier.visitStatement(CobolStatement stmt,
Branch branch) |
Copyright © 2012 SonarSource. All Rights Reserved.