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
Fields in org.yaml.snakeyaml.scanner with type parameters of type Token Modifier and Type Field Description private java.util.List<Token>ScannerImpl. tokensMethods in org.yaml.snakeyaml.scanner that return Token Modifier and Type Method Description TokenScanner. getToken()Returns the next token.TokenScannerImpl. getToken()Return the next token, removing it from the queue.TokenScanner. peekToken()Return the next token, but do not delete it from the stream.TokenScannerImpl. peekToken()Return the next token, but do not delete it from the queue.private TokenScannerImpl. scanAnchor(boolean isAnchor)private TokenScannerImpl. scanBlockScalar(char style)private TokenScannerImpl. scanDirective()private TokenScannerImpl. scanFlowScalar(char style)Scan a flow-style scalar.private TokenScannerImpl. scanPlain()Scan a plain scalar.private TokenScannerImpl. scanTag()Scan a Tag property. -
Uses of Token in org.yaml.snakeyaml.tokens
Subclasses of Token in org.yaml.snakeyaml.tokens Modifier and Type Class Description classAliasTokenclassAnchorTokenclassBlockEndTokenclassBlockEntryTokenclassBlockMappingStartTokenclassBlockSequenceStartTokenclassCommentTokenDeprecated.it will be removed because it is not usedclassDirectiveToken<T>classDocumentEndTokenclassDocumentStartTokenclassFlowEntryTokenclassFlowMappingEndTokenclassFlowMappingStartTokenclassFlowSequenceEndTokenclassFlowSequenceStartTokenclassKeyTokenclassScalarTokenclassStreamEndTokenclassStreamStartTokenclassTagTokenclassValueTokenclassWhitespaceTokenDeprecated.it will be removed because it is not used
-