Package org.yaml.snakeyaml.parser
package org.yaml.snakeyaml.parser
-
ClassDescriptionThis interface represents an input stream of
Events
.Exception thrown by theParser
implementations in case of malformed input.# The following YAML grammar is LL(1) and is parsed by a recursive descent parser.Helper forParserImpl
.Store the internal state for directives