org.apache.avro.io.parsing
Interface Parser.ActionHandler

All Known Implementing Classes:
JsonDecoder, JsonEncoder, ParsingDecoder, ResolvingDecoder, ValidatingDecoder, ValidatingEncoder
Enclosing class:
Parser

public static interface Parser.ActionHandler

The parser knows how to handle the terminal and non-terminal symbols. But it needs help from outside to handle implicit and explicit actions. The clients implement this interface to provide this help.


Method Summary
 Symbol doAction(Symbol input, Symbol top)
           
 

Method Detail

doAction

Symbol doAction(Symbol input,
                Symbol top)
                throws IOException
Throws:
IOException


Copyright © 2009 The Apache Software Foundation