Uses of Interface
org.sonar.plugins.java.api.tree.MethodInvocationTree
-
Packages that use MethodInvocationTree Package Description org.sonar.java.matcher org.sonar.java.model org.sonar.java.model.expression org.sonar.java.se org.sonar.java.se.checks org.sonar.java.se.constraint org.sonar.plugins.java.api.semantic Provides interfaces to represent Java source code as syntax tree.org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of MethodInvocationTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type MethodInvocationTree Modifier and Type Method Description booleanMethodMatchersBuilder. matches(MethodInvocationTree mit)booleanMethodMatchersList. matches(MethodInvocationTree mit)booleanNoneMethodMatchers. matches(MethodInvocationTree mit) -
Uses of MethodInvocationTree in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type MethodInvocationTree Modifier and Type Method Description static booleanExpressionUtils. isInvocationOnVariable(MethodInvocationTree mit, Symbol variable, boolean defaultReturn)Return whether we are sure that the method invocation is on a given variable.static IdentifierTreeExpressionUtils. methodName(MethodInvocationTree mit)Retrieve the identifier corresponding to the method name associated to the method invocation -
Uses of MethodInvocationTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement MethodInvocationTree Modifier and Type Class Description classMethodInvocationTreeImpl -
Uses of MethodInvocationTree in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type MethodInvocationTree Modifier and Type Method Description static FlowFlowComputation. flowsForArgumentsChangingName(List<Integer> argumentIndices, MethodInvocationTree mit)static FlowFlowComputation. flowsForPassedArguments(List<Integer> argumentIndices, MethodInvocationTree mit)static IdentifierTreeFlowComputation. getArgumentIdentifier(MethodInvocationTree mit, int index) -
Uses of MethodInvocationTree in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks with parameters of type MethodInvocationTree Modifier and Type Method Description voidSyntaxTreeNameFinder. visitMethodInvocation(MethodInvocationTree tree) -
Uses of MethodInvocationTree in org.sonar.java.se.constraint
Methods in org.sonar.java.se.constraint with parameters of type MethodInvocationTree Modifier and Type Method Description SymbolicValueConstraintManager. createMethodSymbolicValue(MethodInvocationTree syntaxNode, List<ProgramState.SymbolicValueSymbol> values) -
Uses of MethodInvocationTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type MethodInvocationTree Modifier and Type Method Description booleanMethodMatchers. matches(MethodInvocationTree mit) -
Uses of MethodInvocationTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type MethodInvocationTree Modifier and Type Method Description voidBaseTreeVisitor. visitMethodInvocation(MethodInvocationTree tree)voidTreeVisitor. visitMethodInvocation(MethodInvocationTree tree)
-