Uses of Class
org.snakeyaml.engine.v2.tokens.Token
Packages that use Token
-
Uses of Token in org.snakeyaml.engine.v2.scanner
Subinterfaces with type arguments of type Token in org.snakeyaml.engine.v2.scannerModifier and TypeInterfaceDescriptioninterfaceThis interface represents an input stream ofTokens.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 TokenScannerImpl.scanAnchor(boolean isAnchor) The YAML 1.2 specification does not restrict characters for anchors and aliases.private TokenScannerImpl.scanFlowScalar(ScalarStyle style) Scan a flow-style scalar.private TokenScannerImpl.scanPlain()Scan a plain scalar.private TokenScannerImpl.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 voidprivate voidScannerImpl.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 classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class