public abstract class ExecutionFlowVisitor<S extends Statement>
extends java.lang.Object
Constructor and Description |
---|
ExecutionFlowVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
endPath(Branch branch) |
void |
leaveBranch(Branch branch) |
void |
leaveMandatoryBranches() |
void |
start() |
void |
stop() |
void |
visitBranch(Branch branch) |
void |
visitMandatoryBranches() |
void |
visitStatement(S stmt,
Branch branch) |
public void start()
public void visitMandatoryBranches()
public void visitBranch(Branch branch)
public void leaveBranch(Branch branch)
public void leaveMandatoryBranches()
public void endPath(Branch branch)
public void stop()
Copyright © 2012 SonarSource. All Rights Reserved.