Uses of Enum
org.snakeyaml.engine.v2.tokens.Token.ID
Packages that use Token.ID
-
Uses of Token.ID in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type Token.IDModifier and TypeMethodDescriptionboolean
Scanner.checkToken
(Token.ID... choices) Check if the next token is one of the given types.boolean
ScannerImpl.checkToken
(Token.ID... choices) Check whether the next token is one of the given types. -
Uses of Token.ID in org.snakeyaml.engine.v2.tokens
Methods in org.snakeyaml.engine.v2.tokens that return Token.IDModifier and TypeMethodDescriptionAliasToken.getTokenId()
AnchorToken.getTokenId()
BlockEndToken.getTokenId()
BlockEntryToken.getTokenId()
BlockMappingStartToken.getTokenId()
BlockSequenceStartToken.getTokenId()
CommentToken.getTokenId()
DirectiveToken.getTokenId()
DocumentEndToken.getTokenId()
DocumentStartToken.getTokenId()
FlowEntryToken.getTokenId()
FlowMappingEndToken.getTokenId()
FlowMappingStartToken.getTokenId()
FlowSequenceEndToken.getTokenId()
FlowSequenceStartToken.getTokenId()
KeyToken.getTokenId()
ScalarToken.getTokenId()
StreamEndToken.getTokenId()
StreamStartToken.getTokenId()
TagToken.getTokenId()
abstract Token.ID
Token.getTokenId()
For error reporting.ValueToken.getTokenId()
static Token.ID
Returns the enum constant of this type with the specified name.static Token.ID[]
Token.ID.values()
Returns an array containing the constants of this enum type, in the order they are declared.