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 TypeMethodDescriptionbooleanScanner.checkToken(Token.ID... choices) Check if the next token is one of the given types.booleanScannerImpl.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
Subclasses with type arguments of type Token.ID in org.snakeyaml.engine.v2.tokensMethods 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.IDToken.getTokenId()For error reporting.ValueToken.getTokenId()static Token.IDReturns 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.