Uses of Interface
com.sonar.sslr.api.flow.CobolExecutionFlow
-
Packages that use CobolExecutionFlow Package Description com.sonar.sslr.api.flow com.sonarsource.cobol.api.ast -
-
Uses of CobolExecutionFlow in com.sonar.sslr.api.flow
Methods in com.sonar.sslr.api.flow with parameters of type CobolExecutionFlow Modifier and Type Method Description abstract CobolStmt
CobolStmtFlowHandler. processFlow(CobolExecutionFlow flowEngine)
Deprecated. -
Uses of CobolExecutionFlow in com.sonarsource.cobol.api.ast
Methods in com.sonarsource.cobol.api.ast that return CobolExecutionFlow Modifier and Type Method Description CobolExecutionFlow
CobolAstVisitor. getExecutionFlow()
Deprecated.Methods in com.sonarsource.cobol.api.ast with parameters of type CobolExecutionFlow Modifier and Type Method Description void
CobolAstVisitor. setExecutionFlow(CobolExecutionFlow executionFlow)
Deprecated.
-