Uses of Class
org.yaml.snakeyaml.tokens.Token
Packages that use Token
-
Uses of Token in org.yaml.snakeyaml.scanner
Fields in org.yaml.snakeyaml.scanner declared as TokenFields in org.yaml.snakeyaml.scanner with type parameters of type TokenMethods in org.yaml.snakeyaml.scanner that return TokenModifier and TypeMethodDescriptionScanner.getToken()
Returns the next token.ScannerImpl.getToken()
Return the next token, removing it from the queue.Scanner.peekToken()
Return the next token, but do not delete it from the stream.ScannerImpl.peekToken()
Return the next token, but do not delete it from the queue.private Token
ScannerImpl.scanAnchor
(boolean isAnchor) The YAML 1.1 specification does not restrict characters for anchors and aliases.private Token
ScannerImpl.scanFlowScalar
(char style) Scan a flow-style scalar.private Token
ScannerImpl.scanPlain()
Scan a plain scalar.private Token
ScannerImpl.scanTag()
Scan a Tag property.Methods in org.yaml.snakeyaml.scanner that return types with arguments of type TokenModifier and TypeMethodDescriptionScannerImpl.makeTokenList
(Token... tokens) ScannerImpl.scanBlockScalar
(char style) ScannerImpl.scanDirective()
Methods in org.yaml.snakeyaml.scanner with parameters of type TokenModifier and TypeMethodDescriptionprivate void
private void
ScannerImpl.makeTokenList
(Token... tokens) Method parameters in org.yaml.snakeyaml.scanner with type arguments of type Token -
Uses of Token in org.yaml.snakeyaml.tokens
Subclasses of Token in org.yaml.snakeyaml.tokensModifier and TypeClassDescriptionfinal class
Aliasfinal class
Anchorfinal class
Block endfinal class
block entryfinal class
BlockMappingStartTokenfinal class
BlockSequenceStartTokenfinal class
Comment for humansfinal class
Directive Tokenfinal class
DocumentEndTokenfinal class
DocumentStartTokenfinal class
FlowEntryTokenfinal class
FlowMappingEndTokenfinal class
FlowMappingStartTokenfinal class
FlowSequenceEndTokenfinal class
FlowSequenceStartTokenfinal class
Keyfinal class
final class
final class
final class
final class