Package org.yaml.snakeyaml.parser
-
Interface Summary Interface Description Parser This interface represents an input stream ofEvents
.Production Helper forParserImpl
. -
Class Summary Class Description ParserImpl # The following YAML grammar is LL(1) and is parsed by a recursive descent parser.VersionTagsTuple Store the internal state for directives -
Exception Summary Exception Description ParserException Exception thrown by theParser
implementations in case of malformed input.