| Package | Description | 
|---|---|
| org.yaml.snakeyaml.scanner | |
| org.yaml.snakeyaml.tokens | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ScannerImpl. checkToken(Token.ID... choices)Check whether the next token is one of the given types. | 
| boolean | Scanner. checkToken(Token.ID... choices)Check if the next token is one of the given types. | 
| Modifier and Type | Method and Description | 
|---|---|
| Token.ID | KeyToken. getTokenId() | 
| Token.ID | BlockEndToken. getTokenId() | 
| Token.ID | FlowSequenceStartToken. getTokenId() | 
| Token.ID | FlowMappingStartToken. getTokenId() | 
| abstract Token.ID | Token. getTokenId()For error reporting. | 
| Token.ID | BlockSequenceStartToken. getTokenId() | 
| Token.ID | StreamEndToken. getTokenId() | 
| Token.ID | BlockMappingStartToken. getTokenId() | 
| Token.ID | ScalarToken. getTokenId() | 
| Token.ID | TagToken. getTokenId() | 
| Token.ID | FlowSequenceEndToken. getTokenId() | 
| Token.ID | AnchorToken. getTokenId() | 
| Token.ID | DocumentEndToken. getTokenId() | 
| Token.ID | FlowEntryToken. getTokenId() | 
| Token.ID | DirectiveToken. getTokenId() | 
| Token.ID | DocumentStartToken. getTokenId() | 
| Token.ID | AliasToken. getTokenId() | 
| Token.ID | CommentToken. getTokenId() | 
| Token.ID | WhitespaceToken. getTokenId()Deprecated.  | 
| Token.ID | BlockEntryToken. getTokenId() | 
| Token.ID | ValueToken. getTokenId() | 
| Token.ID | FlowMappingEndToken. getTokenId() | 
| Token.ID | StreamStartToken. getTokenId() | 
| static Token.ID | Token.ID. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Token.ID[] | Token.ID. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2008–2021. All rights reserved.