org.yaml.snakeyaml.tokens
Class FlowSequenceStartToken

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

public final class FlowSequenceStartToken
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
FlowSequenceStartToken(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

FlowSequenceStartToken

public FlowSequenceStartToken(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.