Interface SkipParser.SkipHandler

All Known Implementing Classes:
JsonDecoder, ParsingDecoder, ResolvingDecoder, ValidatingDecoder
Enclosing class:
SkipParser

public static interface SkipParser.SkipHandler
The clients implement this interface to skip symbols and actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Skips the action at the top of the stack.
    void
    Skips the symbol at the top of the stack.
  • Method Details

    • skipAction

      void skipAction() throws IOException
      Skips the action at the top of the stack.
      Throws:
      IOException
    • skipTopSymbol

      void skipTopSymbol() throws IOException
      Skips the symbol at the top of the stack.
      Throws:
      IOException