Package | Description |
---|---|
com.sonar.sslr.api.flow | |
com.sonarsource.cobol.api.flow |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionFlow<STATEMENT extends Statement> |
class |
ExecutionFlowVisitor<S extends Statement> |
Modifier and Type | Method and Description |
---|---|
Statement |
Branch.getConditionalStatement() |
Statement |
Statement.getNext() |
Statement |
Statement.getPrevious() |
Statement |
ExecutionFlowEngine.getStatement(AstNode stmtNode) |
abstract Statement |
FlowHandler.processFlow(ExecutionFlowEngine flowEngine) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Statement> |
ExecutionFlowEngine.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionFlowEngine.add(Statement stmt) |
void |
ExecutionFlowEngine.callVisitBranchOnVisitors(Statement conditionalStatement,
AstNode condition) |
void |
Branch.setConditionalStatement(Statement stmt) |
void |
Statement.setNext(Statement nextStmt) |
void |
ExecutionFlowEngine.visitFlow(Statement stmtToStartVisitFrom) |
void |
ExecutionFlowEngine.visitFlow(Statement stmtToStartVisitFrom,
ExecutionFlowVisitor... visitors) |
Modifier and Type | Class and Description |
---|---|
class |
CobolStatement |
Copyright © 2012 SonarSource. All Rights Reserved.