org.apache.avro.io.parsing
Class Symbol.ResolvingAction

java.lang.Object
  extended by org.apache.avro.io.parsing.Symbol
      extended by org.apache.avro.io.parsing.Symbol.ImplicitAction
          extended by org.apache.avro.io.parsing.Symbol.ResolvingAction
Enclosing class:
Symbol

public static class Symbol.ResolvingAction
extends Symbol.ImplicitAction


Nested Class Summary
 
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.FieldOrderAction, Symbol.ImplicitAction, Symbol.IntCheckAction, Symbol.Kind, Symbol.Repeater, Symbol.ResolvingAction, Symbol.Root, Symbol.Sequence, Symbol.SkipAction, Symbol.UnionAdjustAction, Symbol.WriterUnionAction
 
Field Summary
 Symbol reader
           
 Symbol writer
           
 
Fields inherited from class org.apache.avro.io.parsing.Symbol.ImplicitAction
isTrailing
 
Fields inherited from class org.apache.avro.io.parsing.Symbol
ARRAY_END, ARRAY_START, BOOLEAN, BYTES, DEFAULT_END_ACTION, DOUBLE, 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
 
Method Summary
 Symbol.ResolvingAction flatten(Map<Symbol.Sequence,Symbol.Sequence> map, Map<Symbol.Sequence,List<org.apache.avro.io.parsing.Symbol.Fixup>> map2)
           
 
Methods inherited from class org.apache.avro.io.parsing.Symbol
flattenedSize, flattenedSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

public final Symbol writer

reader

public final Symbol reader
Method Detail

flatten

public Symbol.ResolvingAction flatten(Map<Symbol.Sequence,Symbol.Sequence> map,
                                      Map<Symbol.Sequence,List<org.apache.avro.io.parsing.Symbol.Fixup>> map2)
Overrides:
flatten in class Symbol


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.