Uses of Class
com.google.errorprone.matchers.method.MethodInvocationMatcher.TokenType
Package | Description |
---|---|
com.google.errorprone.matchers.method |
-
Uses of MethodInvocationMatcher.TokenType in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return MethodInvocationMatcher.TokenType Modifier and Type Method Description MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.DefinedIn. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.Kind. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.MethodName. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.ParameterTypes. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.ReceiverSupertype. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token.ReceiverType. type()
MethodInvocationMatcher.TokenType
MethodInvocationMatcher.Token. type()
The category of properties that this value falls into.static MethodInvocationMatcher.TokenType
MethodInvocationMatcher.TokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MethodInvocationMatcher.TokenType[]
MethodInvocationMatcher.TokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.errorprone.matchers.method that return types with arguments of type MethodInvocationMatcher.TokenType Modifier and Type Method Description abstract com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType,? extends Set<MethodInvocationMatcher.Token>>
MethodInvocationMatcher.Rule. required()
Method parameters in com.google.errorprone.matchers.method with type arguments of type MethodInvocationMatcher.TokenType Modifier and Type Method Description static MethodInvocationMatcher.Rule
MethodInvocationMatcher.Rule. create(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType,? extends Set<MethodInvocationMatcher.Token>> required)
Builds a Rule object from a map.