Uses of Class
org.sonar.java.se.ExplodedGraphWalker
-
Packages that use ExplodedGraphWalker Package Description org.sonar.java.se -
-
Uses of ExplodedGraphWalker in org.sonar.java.se
Methods in org.sonar.java.se that return ExplodedGraphWalker Modifier and Type Method Description ExplodedGraphWalker
ExplodedGraphWalker.ExplodedGraphWalkerFactory. createWalker(BehaviorCache behaviorCache, Sema semanticModel)
protected ExplodedGraphWalker
SymbolicExecutionVisitor. getWalker()
Constructors in org.sonar.java.se with parameters of type ExplodedGraphWalker Constructor Description CheckerDispatcher(ExplodedGraphWalker explodedGraphWalker, List<SECheck> checks)
-