Uses of Enum
com.google.errorprone.util.OperatorPrecedence
-
Uses of OperatorPrecedence in com.google.errorprone.util
Modifier and TypeClassDescriptionenum
The precedence for an operator kind in theinvalid reference
com.sun.source.tree
Modifier and TypeMethodDescriptionstatic OperatorPrecedence
OperatorPrecedence.from
(com.sun.source.tree.Tree.Kind kind) static OperatorPrecedence
Returns the enum constant of this type with the specified name.static OperatorPrecedence[]
OperatorPrecedence.values()
Returns an array containing the constants of this enum type, in the order they are declared.