Uses of Class
org.snakeyaml.engine.v2.tokens.Token.ID
-
Packages that use Token.ID Package Description org.snakeyaml.engine.v2.scanner org.snakeyaml.engine.v2.tokens -
-
Uses of Token.ID in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type Token.ID Modifier and Type Method Description boolean
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.ID Modifier and Type Method Description Token.ID
AliasToken. getTokenId()
Token.ID
AnchorToken. getTokenId()
Token.ID
BlockEndToken. getTokenId()
Token.ID
BlockEntryToken. getTokenId()
Token.ID
BlockMappingStartToken. getTokenId()
Token.ID
BlockSequenceStartToken. getTokenId()
Token.ID
CommentToken. getTokenId()
Token.ID
DirectiveToken. getTokenId()
Token.ID
DocumentEndToken. getTokenId()
Token.ID
DocumentStartToken. getTokenId()
Token.ID
FlowEntryToken. getTokenId()
Token.ID
FlowMappingEndToken. getTokenId()
Token.ID
FlowMappingStartToken. getTokenId()
Token.ID
FlowSequenceEndToken. getTokenId()
Token.ID
FlowSequenceStartToken. getTokenId()
Token.ID
KeyToken. getTokenId()
Token.ID
ScalarToken. getTokenId()
Token.ID
StreamEndToken. getTokenId()
Token.ID
StreamStartToken. getTokenId()
Token.ID
TagToken. getTokenId()
abstract Token.ID
Token. getTokenId()
For error reporting.Token.ID
ValueToken. getTokenId()
static Token.ID
Token.ID. valueOf(java.lang.String name)
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.
-