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

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

Uses of Token in org.yaml.snakeyaml.scanner
 

Methods in org.yaml.snakeyaml.scanner that return Token
 Token ScannerImpl.getToken()
          Return the next token.
 Token Scanner.getToken()
          Return the next token.
 Token ScannerImpl.peekToken()
          Return the next token, but do not delete if from the queue.
 Token Scanner.peekToken()
          Return the next token, but do not delete it from the queue.
 

Method parameters in org.yaml.snakeyaml.scanner with type arguments of type Token
 boolean ScannerImpl.checkToken(Class<? extends Token> choice)
          Check if the next token is one of the given types.
 boolean Scanner.checkToken(Class<? extends Token> choice)
          Convenience method to avoid List creation
 boolean ScannerImpl.checkToken(List<Class<? extends Token>> choices)
          Check if the next token is one of the given types.
 boolean Scanner.checkToken(List<Class<? extends Token>> choices)
          Check if the next token is one of the given types.
 

Uses of Token in org.yaml.snakeyaml.tokens
 

Subclasses of Token in org.yaml.snakeyaml.tokens
 class AliasToken
           
 class AnchorToken
           
 class BlockEndToken
           
 class BlockEntryToken
           
 class BlockMappingStartToken
           
 class BlockSequenceStartToken
           
 class DirectiveToken
           
 class DocumentEndToken
           
 class DocumentStartToken
           
 class FlowEntryToken
           
 class FlowMappingEndToken
           
 class FlowMappingStartToken
           
 class FlowSequenceEndToken
           
 class FlowSequenceStartToken
           
 class KeyToken
           
 class ScalarToken
           
 class StreamEndToken
           
 class StreamStartToken
           
 class TagToken
           
 class ValueToken
           
 



Copyright © 2008-2010. All Rights Reserved.