Uses of Package
org.apache.avro.io.parsing
Package
Description
Utilities for Encoding and Decoding Avro data.
Implementation of Avro schemas as LL(1) grammars.
-
ClassDescriptionParser is the class that maintains the stack for parsing.The parser knows how to handle the terminal and non-terminal symbols.A parser that capable of skipping as well read and write.The clients implement this interface to skip symbols and actions.Symbol is the base of all symbols (terminals and non-terminals) of the grammar.
-
ClassDescriptionParser is the class that maintains the stack for parsing.The parser knows how to handle the terminal and non-terminal symbols.The clients implement this interface to skip symbols and actions.Symbol is the base of all symbols (terminals and non-terminals) of the grammar.The class that generates validating grammar.