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 OperatorOperator.from(short tt) static OperatorReturns 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