com.sonar.sslr.api.flow
Class BranchDepthExplorationBarrier

java.lang.Object
  extended by com.sonar.sslr.api.flow.ExecutionFlowVisitor
      extended by com.sonar.sslr.api.flow.BranchDepthExplorationBarrier

public class BranchDepthExplorationBarrier
extends ExecutionFlowVisitor


Constructor Summary
BranchDepthExplorationBarrier(int maximumBranchDepth)
           
 
Method Summary
 void leaveBranch()
           
 void visitBranch()
           
 
Methods inherited from class com.sonar.sslr.api.flow.ExecutionFlowVisitor
endPath, leaveMandatoryBranches, start, stop, visitMandatoryBranches, visitStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchDepthExplorationBarrier

public BranchDepthExplorationBarrier(int maximumBranchDepth)
Method Detail

visitBranch

public void visitBranch()
Overrides:
visitBranch in class ExecutionFlowVisitor

leaveBranch

public void leaveBranch()
Overrides:
leaveBranch in class ExecutionFlowVisitor


Copyright © 2011 SonarSource. All Rights Reserved.