Uses of Enum
org.apache.avro.io.parsing.Symbol.Kind
-
Uses of Symbol.Kind in org.apache.avro.io.parsing
Modifier and TypeMethodDescriptionstatic Symbol.Kind
Returns the enum constant of this type with the specified name.static Symbol.Kind[]
Symbol.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprotected
Symbol
(Symbol.Kind kind) Constructs a new symbol of the given kind kind.protected
Symbol
(Symbol.Kind kind, Symbol[] production)