Uses of Enum Class
org.jolokia.json.parser.Yytoken.Kind
Packages that use Yytoken.Kind
Package
Description
Package with JSON parser that uses a lexer generated using JFlex
- just like json-simple, but using newer version of JFlex generator.
-
Uses of Yytoken.Kind in org.jolokia.json.parser
Methods in org.jolokia.json.parser that return Yytoken.KindModifier and TypeMethodDescriptionYytoken.getKind()static Yytoken.KindReturns the enum constant of this class with the specified name.static Yytoken.Kind[]Yytoken.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jolokia.json.parser with parameters of type Yytoken.KindModifierConstructorDescriptionYytoken(Yytoken.Kind kind) Yytoken(Yytoken.Kind kind, boolean value) Yytoken(Yytoken.Kind kind, String value) Yytoken(Yytoken.Kind kind, BigDecimal value) Yytoken(Yytoken.Kind kind, BigInteger value)