Uses of Interface
org.sonar.plugins.java.api.tree.MethodInvocationTree
Packages that use MethodInvocationTree
Package
Description
Provides interfaces to represent Java source code as syntax 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 that return types with arguments of type MethodInvocationTreeModifier and TypeMethodDescriptionstatic TreeMatcher<MethodInvocationTree> TreeMatcher.invokedOn(TreeMatcher<ExpressionTree> expressionMatcher) static TreeMatcher<MethodInvocationTree> TreeMatcher.withArgument(int index, TreeMatcher<ExpressionTree> expressionMatcher) Methods in org.sonar.java.matcher with parameters of type MethodInvocationTreeModifier and TypeMethodDescriptionbooleanMethodMatchersBuilder.matches(MethodInvocationTree mit) booleanMethodMatchersList.matches(MethodInvocationTree mit) booleanNoneMethodMatchers.matches(MethodInvocationTree mit) Method parameters in org.sonar.java.matcher with type arguments of type MethodInvocationTreeModifier and TypeMethodDescriptionstatic TreeMatcher<ExpressionTree> TreeMatcher.calls(MethodMatchers methodMatchers, TreeMatcher<MethodInvocationTree> methodInvocationMatcher) static TreeMatcher<ExpressionTree> TreeMatcher.isCall(TreeMatcher<MethodInvocationTree> methodInvocationMatcher) static TreeMatcher<StatementTree> TreeMatcher.isInvocation(TreeMatcher<MethodInvocationTree> methodInvocationMatcher) static TreeMatcher<StatementTree> TreeMatcher.isInvocationOf(MethodMatchers methodMatchers, TreeMatcher<MethodInvocationTree> methodInvocationMatcher) -
Uses of MethodInvocationTree in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type MethodInvocationTreeModifier and TypeMethodDescriptionstatic 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 -
Uses of MethodInvocationTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type MethodInvocationTree -
Uses of MethodInvocationTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type MethodInvocationTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitMethodInvocation(MethodInvocationTree tree) voidTreeVisitor.visitMethodInvocation(MethodInvocationTree tree)