Uses of Class
org.sonar.java.se.SymbolicExecutionMode
-
Packages that use SymbolicExecutionMode Package Description org.sonar.java.model org.sonar.java.se -
-
Uses of SymbolicExecutionMode in org.sonar.java.model
Constructors in org.sonar.java.model with parameters of type SymbolicExecutionMode Constructor Description VisitorsBridge(Iterable<? extends JavaCheck> visitors, List<File> projectClasspath, SonarComponents sonarComponents, SymbolicExecutionMode symbolicExecutionMode)
-
Uses of SymbolicExecutionMode in org.sonar.java.se
Methods in org.sonar.java.se that return SymbolicExecutionMode Modifier and Type Method Description static SymbolicExecutionMode
SymbolicExecutionMode. getMode(JavaCheck[] visitors)
static SymbolicExecutionMode
SymbolicExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SymbolicExecutionMode[]
SymbolicExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-