Package org.sonar.java.matcher
Class MethodMatchersList
java.lang.Object
org.sonar.java.matcher.MethodMatchersList
- All Implemented Interfaces:
MethodMatchers
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.semantic.MethodMatchers
MethodMatchers.NameBuilder, MethodMatchers.ParametersBuilder, MethodMatchers.TypeBuilder
-
Field Summary
Fields inherited from interface org.sonar.plugins.java.api.semantic.MethodMatchers
ANY, CONSTRUCTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
matches(MethodInvocationTree mit)
boolean
matches(MethodReferenceTree methodReferenceTree)
boolean
matches(MethodTree methodTree)
boolean
matches(NewClassTree newClassTree)
-
Constructor Details
-
MethodMatchersList
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceMethodMatchers
-
matches
- Specified by:
matches
in interfaceMethodMatchers
-
matches
- Specified by:
matches
in interfaceMethodMatchers
-
matches
- Specified by:
matches
in interfaceMethodMatchers
-
matches
- Specified by:
matches
in interfaceMethodMatchers
-