Uses of Class
org.yaml.snakeyaml.tokens.Token
-
Packages that use Token Package Description org.yaml.snakeyaml.scanner org.yaml.snakeyaml.tokens -
-
Uses of Token in org.yaml.snakeyaml.scanner
Methods in org.yaml.snakeyaml.scanner that return Token Modifier and Type Method Description Token
Scanner. getToken()
Returns the next token.Token
ScannerImpl. getToken()
Return the next token, removing it from the queue.Token
Scanner. peekToken()
Return the next token, but do not delete it from the stream.Token
ScannerImpl. peekToken()
Return the next token, but do not delete it from the queue. -
Uses of Token in org.yaml.snakeyaml.tokens
Subclasses of Token in org.yaml.snakeyaml.tokens Modifier and Type Class Description class
AliasToken
Aliasclass
AnchorToken
Anchorclass
BlockEndToken
Block endclass
BlockEntryToken
block entryclass
BlockMappingStartToken
BlockMappingStartTokenclass
BlockSequenceStartToken
BlockSequenceStartTokenclass
CommentToken
Comment for humansclass
DirectiveToken<T>
Directive Tokenclass
DocumentEndToken
DocumentEndTokenclass
DocumentStartToken
DocumentStartTokenclass
FlowEntryToken
FlowEntryTokenclass
FlowMappingEndToken
FlowMappingEndTokenclass
FlowMappingStartToken
FlowMappingStartTokenclass
FlowSequenceEndToken
FlowSequenceEndTokenclass
FlowSequenceStartToken
FlowSequenceStartTokenclass
KeyToken
Keyclass
ScalarToken
class
StreamEndToken
class
StreamStartToken
class
TagToken
class
ValueToken
-