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 TypeClassDescriptionenumThe precedence for an operator kind in thecom.sun.source.treeAPI.Methods in com.google.errorprone.util that return OperatorPrecedenceModifier and TypeMethodDescriptionstatic OperatorPrecedencestatic OperatorPrecedenceReturns 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