Uses of Class
org.sonar.java.se.xproc.MethodBehavior
-
Packages that use MethodBehavior Package Description org.sonar.java.bytecode.se org.sonar.java.se org.sonar.java.se.xproc -
-
Uses of MethodBehavior in org.sonar.java.bytecode.se
Methods in org.sonar.java.bytecode.se that return MethodBehavior Modifier and Type Method Description MethodBehaviorBytecodeEGWalker. getMethodBehavior(String signature, SquidClassLoader classLoader) -
Uses of MethodBehavior in org.sonar.java.se
Methods in org.sonar.java.se that return MethodBehavior Modifier and Type Method Description MethodBehaviorCheckerDispatcher. methodBehavior()MethodBehaviorCheckerDispatcher. peekMethodBehavior(Symbol.MethodSymbol symbol)protected MethodBehaviorExplodedGraphWalker. peekMethodBehavior(Symbol.MethodSymbol symbol)MethodBehaviorExplodedGraphWalker. visitMethod(MethodTree tree)MethodBehaviorExplodedGraphWalker. visitMethod(MethodTree tree, MethodBehavior methodBehavior)Methods in org.sonar.java.se with parameters of type MethodBehavior Modifier and Type Method Description MethodBehaviorExplodedGraphWalker. visitMethod(MethodTree tree, MethodBehavior methodBehavior) -
Uses of MethodBehavior in org.sonar.java.se.xproc
Fields in org.sonar.java.se.xproc with type parameters of type MethodBehavior Modifier and Type Field Description Map<String,MethodBehavior>BehaviorCache. behaviorsMethods in org.sonar.java.se.xproc that return MethodBehavior Modifier and Type Method Description MethodBehaviorBehaviorCache. get(String signature)MethodBehaviorBehaviorCache. get(Symbol.MethodSymbol symbol)MethodBehaviorMethodYield. methodBehavior()MethodBehaviorBehaviorCache. methodBehaviorForSymbol(String signature)MethodBehaviorBehaviorCache. methodBehaviorForSymbol(Symbol.MethodSymbol symbol)MethodBehaviorBehaviorCache. peek(String signature)Do not trigger any new computation of method behavior, just check if there is a known method behavior for the symbol.Constructors in org.sonar.java.se.xproc with parameters of type MethodBehavior Constructor Description ExceptionalCheckBasedYield(SymbolicValue svCausingException, String exceptionType, Class<? extends SECheck> check, ExplodedGraph.Node node, MethodBehavior behavior)ExceptionalYield(ExplodedGraph.Node node, MethodBehavior behavior)ExceptionalYield(MethodBehavior behavior)HappyPathYield(ExplodedGraph.Node node, MethodBehavior behavior)HappyPathYield(MethodBehavior behavior)MethodYield(ExplodedGraph.Node node, MethodBehavior behavior)MethodYield(MethodBehavior behavior)
-