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 TypeMethodDescriptionboolean
MethodMatchersBuilder.matches
(MethodReferenceTree methodReferenceTree) boolean
MethodMatchersList.matches
(MethodReferenceTree methodReferenceTree) boolean
NoneMethodMatchers.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 TypeMethodDescriptionboolean
MethodMatchers.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 TypeMethodDescriptionvoid
BaseTreeVisitor.visitMethodReference
(MethodReferenceTree methodReferenceTree) void
TreeVisitor.visitMethodReference
(MethodReferenceTree methodReferenceTree)