org.yaml.snakeyaml.tokens
Class FlowMappingStartToken

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

public final class FlowMappingStartToken
extends Token


Nested Class Summary
 
Nested classes/interfaces inherited from class org.yaml.snakeyaml.tokens.Token
Token.ID
 
Constructor Summary
FlowMappingStartToken(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, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowMappingStartToken

public FlowMappingStartToken(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-2012. All Rights Reserved.