Uses of Enum Class
org.sqlite.parser.ast.LiteralType
Packages that use LiteralType
-
Uses of LiteralType in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as LiteralTypeMethods in org.sqlite.parser.ast that return LiteralTypeModifier and TypeMethodDescriptionstatic LiteralTypeLiteralType.from(short tt) static LiteralTypeReturns the enum constant of this class with the specified name.static LiteralType[]LiteralType.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 LiteralType