org.apache.avro.io.parsing
Class Symbol.Alternative
java.lang.Object
org.apache.avro.io.parsing.Symbol
org.apache.avro.io.parsing.Symbol.Alternative
- Enclosing class:
- Symbol
public static class Symbol.Alternative
- extends Symbol
Nested classes/interfaces inherited from class org.apache.avro.io.parsing.Symbol |
Symbol.Alternative, Symbol.DefaultStartAction, Symbol.EnumAdjustAction, Symbol.EnumLabelsAction, Symbol.ErrorAction, Symbol.FieldAdjustAction, Symbol.IntCheckAction, Symbol.Kind, Symbol.Repeater, Symbol.ResolvingAction, Symbol.Root, Symbol.Sequence, Symbol.SkipAction, Symbol.UnionAdjustAction, Symbol.WriterUnionAction |
Fields inherited from class org.apache.avro.io.parsing.Symbol |
ARRAY_END, ARRAY_START, BOOLEAN, BYTES, CONTINUE, DEFAULT_END_ACTION, DOUBLE, END, ENUM, FIELD_ACTION, FIXED, FLOAT, INT, ITEM_END, kind, LONG, MAP_END, MAP_KEY_MARKER, MAP_START, NULL, production, RECORD_END, RECORD_START, STRING, UNION, UNION_END |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
symbols
public final Symbol[] symbols
labels
public final String[] labels
getSymbol
public Symbol getSymbol(int index)
getLabel
public String getLabel(int index)
size
public int size()
findLabel
public int findLabel(String label)
Copyright © 2009 The Apache Software Foundation