Uses of Enum
net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression.Operator
Packages that use BinaryOperatorExpression.Operator
-
Uses of BinaryOperatorExpression.Operator in net.thisptr.jackson.jq.internal.tree.binaryop
Fields in net.thisptr.jackson.jq.internal.tree.binaryop with type parameters of type BinaryOperatorExpression.OperatorModifier and TypeFieldDescriptionprivate static Map
<String, BinaryOperatorExpression.Operator> BinaryOperatorExpression.Operator.lookup
Methods in net.thisptr.jackson.jq.internal.tree.binaryop that return BinaryOperatorExpression.OperatorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BinaryOperatorExpression.Operator[]
BinaryOperatorExpression.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared.