| Interface | Description | 
|---|---|
| Parser | This interface represents an input stream of  Events. | 
| Class | Description | 
|---|---|
| ParserImpl | 
 # The following YAML grammar is LL(1) and is parsed by a recursive descent
 parser. | 
| Exception | Description | 
|---|---|
| ParserException | Exception thrown by the  Parserimplementations in case of malformed
 input. | 
Copyright © 2008–2021. All rights reserved.