| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Symbol.Kind>
org.apache.avro.io.parsing.Symbol.Kind
public static enum Symbol.Kind
| Enum Constant Summary | |
|---|---|
| ALTERNATIVEnon-terminal to represent the union | |
| EXPLICIT_ACTIONnon-terminal action symbol which is explicitly consumed | |
| IMPLICIT_ACTIONnon-terminal action symbol which are automatically consumed | |
| REPEATERnon-termial to represent the contents of an array or map | |
| ROOTStart symbol for some grammar | |
| SEQUENCEnon-terminal symbol which is a sequence of one or more other symbols | |
| TERMINALterminal symbols which have no productions | |
| Method Summary | |
|---|---|
| static Symbol.Kind | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Symbol.Kind[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final Symbol.Kind TERMINAL
public static final Symbol.Kind ROOT
public static final Symbol.Kind SEQUENCE
public static final Symbol.Kind REPEATER
public static final Symbol.Kind ALTERNATIVE
public static final Symbol.Kind IMPLICIT_ACTION
public static final Symbol.Kind EXPLICIT_ACTION
| Method Detail | 
|---|
public static Symbol.Kind[] values()
for (Symbol.Kind c : Symbol.Kind.values()) System.out.println(c);
public static Symbol.Kind valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||