| Package | Description | 
|---|---|
| org.apache.avro.io.parsing | 
 Implementation of Avro schemas as LL(1) grammars. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
Symbol.Kind | 
Symbol.kind  | 
| Modifier and Type | Method and Description | 
|---|---|
static Symbol.Kind | 
Symbol.Kind.valueOf(String name)
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. 
 | 
| Constructor and Description | 
|---|
Symbol(Symbol.Kind kind)
Constructs a new symbol of the given kind kind. 
 | 
Symbol(Symbol.Kind kind,
      Symbol[] production)  | 
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.