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
Alias
|
class |
AnchorToken
Anchor
|
class |
BlockEndToken
Block end
|
class |
BlockEntryToken
block entry
|
class |
BlockMappingStartToken
BlockMappingStartToken
|
class |
BlockSequenceStartToken
BlockSequenceStartToken
|
class |
CommentToken
Comment for humans
|
class |
DirectiveToken<T>
Token
|
class |
DocumentEndToken
DocumentEndToken
|
class |
DocumentStartToken
DocumentStartToken
|
class |
FlowEntryToken
FlowEntryToken
|
class |
FlowMappingEndToken
FlowMappingEndToken
|
class |
FlowMappingStartToken
FlowMappingStartToken
|
class |
FlowSequenceEndToken
FlowSequenceEndToken
|
class |
FlowSequenceStartToken
FlowSequenceStartToken
|
class |
KeyToken
Key
|
class |
ScalarToken |
class |
StreamEndToken |
class |
StreamStartToken |
class |
TagToken |
class |
ValueToken |
Copyright © 2008–2022. All rights reserved.