Uses of Interface
org.sonar.plugins.java.api.tree.MethodReferenceTree
Packages that use MethodReferenceTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
Provides interfaces to represent Java source code as syntax tree.
-
Uses of MethodReferenceTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type MethodReferenceTreeModifier and TypeMethodDescriptionbooleanMethodMatchersBuilder.matches(MethodReferenceTree methodReferenceTree) booleanMethodMatchersList.matches(MethodReferenceTree methodReferenceTree) booleanNoneMethodMatchers.matches(MethodReferenceTree methodReferenceTree) -
Uses of MethodReferenceTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement MethodReferenceTree -
Uses of MethodReferenceTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type MethodReferenceTreeModifier and TypeMethodDescriptionbooleanMethodMatchers.matches(MethodReferenceTree methodReferenceTree) -
Uses of MethodReferenceTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type MethodReferenceTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitMethodReference(MethodReferenceTree methodReferenceTree) voidTreeVisitor.visitMethodReference(MethodReferenceTree methodReferenceTree)