org.yaml.snakeyaml.tokens
Class BlockEndToken

java.lang.Object
  extended by org.yaml.snakeyaml.tokens.Token
      extended by org.yaml.snakeyaml.tokens.BlockEndToken

public final class BlockEndToken
extends Token

See Also:
PyYAML for more information

Nested Class Summary
 
Nested classes/interfaces inherited from class org.yaml.snakeyaml.tokens.Token
Token.ID
 
Constructor Summary
BlockEndToken(Mark startMark, Mark endMark)
           
 
Method Summary
 Token.ID getTokenId()
          For error reporting.
 
Methods inherited from class org.yaml.snakeyaml.tokens.Token
equals, getArguments, getEndMark, getStartMark, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockEndToken

public BlockEndToken(Mark startMark,
                     Mark endMark)
Method Detail

getTokenId

public Token.ID getTokenId()
Description copied from class: Token
For error reporting.

Specified by:
getTokenId in class Token
See Also:
variable 'id' in PyYAML


Copyright © 2008-2010. All Rights Reserved.