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 BranchBranch. getParent()Deprecated.Methods in com.sonar.sslr.api.flow with parameters of type Branch Modifier and Type Method Description voidCobolExecutionFlowVisitor. endPath(Branch branch)Deprecated.booleanBranch. isParentOf(Branch branch)Deprecated.booleanBranch. isParentOrChildOf(Branch branch)Deprecated.voidCobolExecutionFlowVisitor. leaveBranch(Branch branch)Deprecated.voidCobolExecutionFlowVisitor. visitBranch(Branch branch)Deprecated.voidCobolExecutionFlowVisitor. 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 voidCobolDataFlowEngine. endPath(Branch branch)Deprecated.voidCobolDataFlowEngine. leaveBranch(Branch branch)Deprecated.voidCobolDataFlowEngine. visitBranch(Branch branch)Deprecated.voidCobolCopyBookBarrier. visitStatement(CobolStmt stmt, Branch branch)Deprecated.voidCobolDataFlowEngine. visitStatement(CobolStmt stmt, Branch branch)Deprecated.
-