Class MethodInvocationMatcher.Token.MethodName
java.lang.Object
com.google.errorprone.matchers.method.MethodInvocationMatcher.Token.MethodName
- All Implemented Interfaces:
MethodInvocationMatcher.Token
- Enclosing interface:
MethodInvocationMatcher.Token
public abstract static class MethodInvocationMatcher.Token.MethodName
extends Object
implements MethodInvocationMatcher.Token
A token limiting the name of the method being invoked.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.errorprone.matchers.method.MethodInvocationMatcher.Token
MethodInvocationMatcher.Token.DefinedIn, MethodInvocationMatcher.Token.Kind, MethodInvocationMatcher.Token.MethodName, MethodInvocationMatcher.Token.ParameterTypes, MethodInvocationMatcher.Token.ReceiverSupertype, MethodInvocationMatcher.Token.ReceiverType
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MethodName
public MethodName()
-
-
Method Details
-
methodName
-
comparisonKey
Description copied from interface:MethodInvocationMatcher.Token
The value to compare withMethodInvocationMatcher.TokenType.extract(Context, VisitorState)
to determine whether this property matches.- Specified by:
comparisonKey
in interfaceMethodInvocationMatcher.Token
-
type
Description copied from interface:MethodInvocationMatcher.Token
The category of properties that this value falls into.- Specified by:
type
in interfaceMethodInvocationMatcher.Token
-
create
-