| Package | Description | 
|---|---|
| org.yaml.snakeyaml.scanner | |
| org.yaml.snakeyaml.tokens | 
| Modifier and Type | Method and Description | 
|---|---|
| Token | ScannerImpl. getToken()Return the next token, removing it from the queue. | 
| Token | Scanner. getToken()Returns the next token. | 
| Token | ScannerImpl. peekToken()Return the next token, but do not delete it from the queue. | 
| Token | Scanner. peekToken()Return the next token, but do not delete it from the stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AliasToken | 
| class  | AnchorToken | 
| class  | BlockEndToken | 
| class  | BlockEntryToken | 
| class  | BlockMappingStartToken | 
| class  | BlockSequenceStartToken | 
| class  | CommentToken | 
| class  | DirectiveToken<T> | 
| class  | DocumentEndToken | 
| class  | DocumentStartToken | 
| class  | FlowEntryToken | 
| class  | FlowMappingEndToken | 
| class  | FlowMappingStartToken | 
| class  | FlowSequenceEndToken | 
| class  | FlowSequenceStartToken | 
| class  | KeyToken | 
| class  | ScalarToken | 
| class  | StreamEndToken | 
| class  | StreamStartToken | 
| class  | TagToken | 
| class  | ValueToken | 
| class  | WhitespaceTokenDeprecated. 
 it will be removed because it is not used | 
Copyright © 2008–2021. All rights reserved.