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 MethodBehavior
BytecodeEGWalker. 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 MethodBehavior
CheckerDispatcher. methodBehavior()
MethodBehavior
CheckerDispatcher. peekMethodBehavior(Symbol.MethodSymbol symbol)
protected MethodBehavior
ExplodedGraphWalker. peekMethodBehavior(Symbol.MethodSymbol symbol)
MethodBehavior
ExplodedGraphWalker. visitMethod(MethodTree tree)
MethodBehavior
ExplodedGraphWalker. visitMethod(MethodTree tree, MethodBehavior methodBehavior)
Methods in org.sonar.java.se with parameters of type MethodBehavior Modifier and Type Method Description MethodBehavior
ExplodedGraphWalker. 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. behaviors
Methods in org.sonar.java.se.xproc that return MethodBehavior Modifier and Type Method Description MethodBehavior
BehaviorCache. get(String signature)
MethodBehavior
BehaviorCache. get(Symbol.MethodSymbol symbol)
MethodBehavior
MethodYield. methodBehavior()
MethodBehavior
BehaviorCache. methodBehaviorForSymbol(String signature)
MethodBehavior
BehaviorCache. methodBehaviorForSymbol(Symbol.MethodSymbol symbol)
MethodBehavior
BehaviorCache. 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)
-