Uses of Class
com.sonar.sslr.api.flow.Branch
-
Packages that use Branch Package Description com.sonar.sslr.api.flow com.sonarsource.cobol.api.flow -
-
Uses of Branch in com.sonar.sslr.api.flow
Methods in com.sonar.sslr.api.flow that return Branch Modifier and Type Method Description Branch
Branch. getParent()
Deprecated.Methods in com.sonar.sslr.api.flow with parameters of type Branch Modifier and Type Method Description void
CobolExecutionFlowVisitor. endPath(Branch branch)
Deprecated.boolean
Branch. isParentOf(Branch branch)
Deprecated.boolean
Branch. isParentOrChildOf(Branch branch)
Deprecated.void
CobolExecutionFlowVisitor. leaveBranch(Branch branch)
Deprecated.void
CobolExecutionFlowVisitor. visitBranch(Branch branch)
Deprecated.void
CobolExecutionFlowVisitor. visitStatement(CobolStmt stmt, Branch branch)
Deprecated.Constructors in com.sonar.sslr.api.flow with parameters of type Branch Constructor Description Branch(Branch parent)
Deprecated. -
Uses of Branch in com.sonarsource.cobol.api.flow
Methods in com.sonarsource.cobol.api.flow with parameters of type Branch Modifier and Type Method Description void
CobolDataFlowEngine. endPath(Branch branch)
Deprecated.void
CobolDataFlowEngine. leaveBranch(Branch branch)
Deprecated.void
CobolDataFlowEngine. visitBranch(Branch branch)
Deprecated.void
CobolCopyBookBarrier. visitStatement(CobolStmt stmt, Branch branch)
Deprecated.void
CobolDataFlowEngine. visitStatement(CobolStmt stmt, Branch branch)
Deprecated.
-