Uses of Interface
org.sonar.plugins.java.api.tree.MethodReferenceTree
-
Packages that use MethodReferenceTree Package Description org.sonar.java.matcher org.sonar.java.model.expression 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 MethodReferenceTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type MethodReferenceTree Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
MethodReferenceTreeImpl
-
Uses of MethodReferenceTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type MethodReferenceTree Modifier and Type Method Description boolean
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 MethodReferenceTree Modifier and Type Method Description void
BaseTreeVisitor. visitMethodReference(MethodReferenceTree methodReferenceTree)
void
TreeVisitor. visitMethodReference(MethodReferenceTree methodReferenceTree)
-