Class MethodInvocationMatcher.Token.Kind
java.lang.Object
com.google.errorprone.matchers.method.MethodInvocationMatcher.Token.Kind
- All Implemented Interfaces:
MethodInvocationMatcher.Token
- Enclosing interface:
MethodInvocationMatcher.Token
public abstract static class MethodInvocationMatcher.Token.Kind
extends Object
implements MethodInvocationMatcher.Token
A token limiting the
MethodInvocationMatcher.Token.Kind
of invocation to match.-
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
Modifier and TypeMethodDescriptionThe value to compare withMethodInvocationMatcher.TokenType.extract(Context, VisitorState)
to determine whether this property matches.abstract MethodInvocationMatcher.MethodKind
kind()
type()
The category of properties that this value falls into.
-
Constructor Details
-
Kind
public Kind()
-
-
Method Details
-
kind
-
create
-
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
-