Package org.yaml.snakeyaml.parser


package org.yaml.snakeyaml.parser
  • Class
    Description
    This interface represents an input stream of Events.
    Exception thrown by the Parser implementations in case of malformed input.
    # The following YAML grammar is LL(1) and is parsed by a recursive descent parser.