Uses of Enum Class
com.libdbm.cel.ast.LiteralType
Packages that use LiteralType
-
Uses of LiteralType in com.libdbm.cel.ast
Methods in com.libdbm.cel.ast that return LiteralTypeModifier and TypeMethodDescriptionLiteral.type()Returns the value of thetyperecord component.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 com.libdbm.cel.ast with parameters of type LiteralTypeModifierConstructorDescriptionLiteral(Object value, LiteralType type) Creates an instance of aLiteralrecord class.