Uses of Enum
org.apache.avro.io.parsing.Symbol.Kind
Packages that use Symbol.Kind
-
Uses of Symbol.Kind in org.apache.avro.io.parsing
Fields in org.apache.avro.io.parsing declared as Symbol.KindMethods in org.apache.avro.io.parsing that return Symbol.KindModifier 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.Constructors in org.apache.avro.io.parsing with parameters of type Symbol.KindModifierConstructorDescriptionprotected
Symbol
(Symbol.Kind kind) Constructs a new symbol of the given kind kind.protected
Symbol
(Symbol.Kind kind, Symbol[] production)