Uses of Interface
org.sonar.java.model.Sema
-
Packages that use Sema Package Description org.sonar.java.bytecode.cfg org.sonar.java.bytecode.se org.sonar.java.model org.sonar.java.se org.sonar.java.se.constraint org.sonar.java.se.xproc -
-
Uses of Sema in org.sonar.java.bytecode.cfg
Methods in org.sonar.java.bytecode.cfg with parameters of type Sema Modifier and Type Method Description TypeBytecodeCFG.Block. getExceptionType(Sema semanticModel) -
Uses of Sema in org.sonar.java.bytecode.se
Constructors in org.sonar.java.bytecode.se with parameters of type Sema Constructor Description BytecodeEGWalker(BehaviorCache behaviorCache, Sema semanticModel) -
Uses of Sema in org.sonar.java.model
Classes in org.sonar.java.model that implement Sema Modifier and Type Class Description classJSemaMethods in org.sonar.java.model with parameters of type Sema Modifier and Type Method Description protected JavaFileScannerContextVisitorsBridge. createScannerContext(CompilationUnitTree tree, Sema semanticModel, SonarComponents sonarComponents, boolean fileParsed)protected JavaFileScannerContextVisitorsBridgeForTests. createScannerContext(CompilationUnitTree tree, Sema semanticModel, SonarComponents sonarComponents, boolean failedParsing)Constructors in org.sonar.java.model with parameters of type Sema Constructor Description DefaultJavaFileScannerContext(CompilationUnitTree tree, org.sonar.api.batch.fs.InputFile inputFile, Sema semanticModel, SonarComponents sonarComponents, JavaVersion javaVersion, boolean fileParsed)TestJavaFileScannerContext(CompilationUnitTree tree, org.sonar.api.batch.fs.InputFile inputFile, Sema semanticModel, SonarComponents sonarComponents, JavaVersion javaVersion, boolean failedParsing) -
Uses of Sema in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type Sema Modifier and Type Method Description ExplodedGraphWalkerExplodedGraphWalker.ExplodedGraphWalkerFactory. createWalker(BehaviorCache behaviorCache, Sema semanticModel)Constructors in org.sonar.java.se with parameters of type Sema Constructor Description ExplodedGraphWalker(List<SECheck> seChecks, BehaviorCache behaviorCache, Sema semanticModel)ExplodedGraphWalker(BehaviorCache behaviorCache, Sema semanticModel) -
Uses of Sema in org.sonar.java.se.constraint
Methods in org.sonar.java.se.constraint with parameters of type Sema Modifier and Type Method Description TypeTypedConstraint. getType(Sema semanticModel) -
Uses of Sema in org.sonar.java.se.xproc
Methods in org.sonar.java.se.xproc with parameters of type Sema Modifier and Type Method Description TypeExceptionalCheckBasedYield. exceptionType(Sema semanticModel)TypeExceptionalYield. exceptionType(Sema semanticModel)voidBehaviorCache. setFileContext(SymbolicExecutionVisitor sev, Sema semanticModel)
-