Uses of Class
org.yaml.snakeyaml.tokens.Token.ID

Packages that use Token.ID
org.yaml.snakeyaml.scanner   
org.yaml.snakeyaml.tokens   
 

Uses of Token.ID in org.yaml.snakeyaml.scanner
 

Methods in org.yaml.snakeyaml.scanner with parameters of type Token.ID
 boolean ScannerImpl.checkToken(Token.ID... choices)
          Check if the next token is one of the given types.
 boolean Scanner.checkToken(Token.ID... choices)
          Check if 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.ID
 Token.ID ScalarToken.getTokenId()
           
 Token.ID BlockMappingStartToken.getTokenId()
           
 Token.ID TagToken.getTokenId()
           
abstract  Token.ID Token.getTokenId()
          For error reporting.
 Token.ID DocumentStartToken.getTokenId()
           
 Token.ID FlowMappingStartToken.getTokenId()
           
 Token.ID FlowMappingEndToken.getTokenId()
           
 Token.ID DocumentEndToken.getTokenId()
           
 Token.ID AliasToken.getTokenId()
           
 Token.ID BlockEndToken.getTokenId()
           
 Token.ID AnchorToken.getTokenId()
           
 Token.ID BlockSequenceStartToken.getTokenId()
           
 Token.ID ValueToken.getTokenId()
           
 Token.ID BlockEntryToken.getTokenId()
           
 Token.ID KeyToken.getTokenId()
           
 Token.ID StreamEndToken.getTokenId()
           
 Token.ID FlowEntryToken.getTokenId()
           
 Token.ID FlowSequenceStartToken.getTokenId()
           
 Token.ID FlowSequenceEndToken.getTokenId()
           
 Token.ID DirectiveToken.getTokenId()
           
 Token.ID StreamStartToken.getTokenId()
           
static Token.ID Token.ID.valueOf(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're declared.
 



Copyright © 2008-2010. All Rights Reserved.