Package org.sonar.java.matcher
Class NoneMethodMatchers
- java.lang.Object
-
- org.sonar.java.matcher.NoneMethodMatchers
-
- All Implemented Interfaces:
MethodMatchers
public class NoneMethodMatchers extends Object implements 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoneMethodMatchersgetInstance()booleanmatches(Symbol symbol)booleanmatches(MethodInvocationTree mit)booleanmatches(MethodReferenceTree methodReferenceTree)booleanmatches(MethodTree methodTree)booleanmatches(NewClassTree newClassTree)
-
-
-
Method Detail
-
getInstance
public static NoneMethodMatchers getInstance()
-
matches
public boolean matches(NewClassTree newClassTree)
- Specified by:
matchesin interfaceMethodMatchers
-
matches
public boolean matches(MethodInvocationTree mit)
- Specified by:
matchesin interfaceMethodMatchers
-
matches
public boolean matches(MethodTree methodTree)
- Specified by:
matchesin interfaceMethodMatchers
-
matches
public boolean matches(MethodReferenceTree methodReferenceTree)
- Specified by:
matchesin interfaceMethodMatchers
-
matches
public boolean matches(Symbol symbol)
- Specified by:
matchesin interfaceMethodMatchers
-
-