Uses of Enum
org.yaml.snakeyaml.tokens.Token.ID
Packages that use Token.ID
-
Uses of Token.ID in org.yaml.snakeyaml.scanner
Methods in org.yaml.snakeyaml.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.yaml.snakeyaml.tokens
Methods in org.yaml.snakeyaml.tokens that return Token.IDModifier and TypeMethodDescriptionAliasToken.getTokenId()AnchorToken.getTokenId()getterBlockEndToken.getTokenId()getterBlockEntryToken.getTokenId()getterBlockMappingStartToken.getTokenId()getterBlockSequenceStartToken.getTokenId()getterCommentToken.getTokenId()DirectiveToken.getTokenId()getterDocumentEndToken.getTokenId()getterDocumentStartToken.getTokenId()getterFlowEntryToken.getTokenId()getterFlowMappingEndToken.getTokenId()getterFlowMappingStartToken.getTokenId()getterFlowSequenceEndToken.getTokenId()getterFlowSequenceStartToken.getTokenId()getterKeyToken.getTokenId()getterScalarToken.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.