Uses of Enum Class
com.yahoo.prelude.query.parser.Token.Kind
Packages that use Token.Kind
-
Uses of Token.Kind in com.yahoo.prelude.query.parser
Fields in com.yahoo.prelude.query.parser declared as Token.KindMethods in com.yahoo.prelude.query.parser that return Token.KindModifier and TypeMethodDescriptionstatic Token.KindReturns the enum constant of this class with the specified name.static Token.Kind[]Token.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.prelude.query.parser with parameters of type Token.KindModifierConstructorDescriptionToken(Token.Kind kind, String image) Crates a token which fails to know its origin (as a substring).Token(Token.Kind kind, String image, boolean special, Substring substring) Token(Token.Kind kind, String image, Substring substring)