Uses of Class
com.sonar.sslr.api.flow.Branch

Packages that use Branch
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
 Branch Branch.getParent()
           
 

Methods in com.sonar.sslr.api.flow with parameters of type Branch
 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)
           
 

Constructors in com.sonar.sslr.api.flow with parameters of type Branch
Branch(Branch parent)
           
 

Uses of Branch in com.sonarsource.cobol.api.flow
 

Methods in com.sonarsource.cobol.api.flow with parameters of type Branch
 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-2014 SonarSource. All Rights Reserved.