Uses of Enum Class
org.sqlite.parser.ast.Operator
Packages that use Operator
-
Uses of Operator in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as OperatorMethods in org.sqlite.parser.ast that return OperatorModifier and TypeMethodDescriptionstatic Operator
Operator.from
(short tt) static Operator
Returns the enum constant of this class with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlite.parser.ast with parameters of type Operator