Uses of Enum Class
com.google.errorprone.util.OperatorPrecedence
Packages that use OperatorPrecedence
-
Uses of OperatorPrecedence in com.google.errorprone.util
Subclasses with type arguments of type OperatorPrecedence in com.google.errorprone.utilModifier and TypeClassDescriptionenum
The precedence for an operator kind in thecom.sun.source.tree
API.Methods in com.google.errorprone.util that return OperatorPrecedenceModifier and TypeMethodDescriptionstatic OperatorPrecedence
static OperatorPrecedence
Returns the enum constant of this class with the specified name.static OperatorPrecedence[]
OperatorPrecedence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.errorprone.util that return types with arguments of type OperatorPrecedenceModifier and TypeMethodDescriptionstatic Optional
<OperatorPrecedence> OperatorPrecedence.optionallyFrom
(Tree.Kind kind) Methods in com.google.errorprone.util with parameters of type OperatorPrecedence