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 CobolStmtCobolStmtFlowHandler. 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 CobolExecutionFlowCobolAstVisitor. getExecutionFlow()Deprecated.Methods in com.sonarsource.cobol.api.ast with parameters of type CobolExecutionFlow Modifier and Type Method Description voidCobolAstVisitor. setExecutionFlow(CobolExecutionFlow executionFlow)Deprecated.
-