Class DocumentStartToken

java.lang.Object
org.yaml.snakeyaml.tokens.Token
org.yaml.snakeyaml.tokens.DocumentStartToken

public final class DocumentStartToken
extends Token
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.yaml.snakeyaml.tokens.Token

    Token.ID
  • Constructor Summary

    Constructors 
    Constructor Description
    DocumentStartToken​(Mark startMark, Mark endMark)  
  • Method Summary

    Modifier and Type Method Description
    Token.ID getTokenId()
    For error reporting.

    Methods inherited from class org.yaml.snakeyaml.tokens.Token

    getEndMark, getStartMark

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait