Uses of Class
org.snakeyaml.engine.v2.tokens.Token
Packages that use Token
-
Uses of Token in org.snakeyaml.engine.v2.scanner
Fields in org.snakeyaml.engine.v2.scanner declared as TokenFields in org.snakeyaml.engine.v2.scanner with type parameters of type TokenMethods in org.snakeyaml.engine.v2.scanner that return TokenModifier and TypeMethodDescriptionScanner.next()
Returns the next token.ScannerImpl.next()
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.2 specification does not restrict characters for anchors and aliases.private Token
ScannerImpl.scanFlowScalar
(ScalarStyle 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.snakeyaml.engine.v2.scanner that return types with arguments of type TokenModifier and TypeMethodDescriptionScannerImpl.makeTokenList
(Token... tokens) Ignore Comment token if they are null, or Comments should not be parsedScannerImpl.scanBlockScalar
(ScalarStyle style) ScannerImpl.scanDirective()
Methods in org.snakeyaml.engine.v2.scanner with parameters of type TokenModifier and TypeMethodDescriptionprivate void
private void
ScannerImpl.makeTokenList
(Token... tokens) Ignore Comment token if they are null, or Comments should not be parsedMethod parameters in org.snakeyaml.engine.v2.scanner with type arguments of type Token -
Uses of Token in org.snakeyaml.engine.v2.tokens
Subclasses of Token in org.snakeyaml.engine.v2.tokensModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class