Package org.yaml.snakeyaml.tokens
Class BlockSequenceStartToken
- java.lang.Object
-
- org.yaml.snakeyaml.tokens.Token
-
- org.yaml.snakeyaml.tokens.BlockSequenceStartToken
-
public final class BlockSequenceStartToken extends Token
-
-
Constructor Summary
Constructors Constructor Description BlockSequenceStartToken(Mark startMark, Mark endMark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Token.IDgetTokenId()For error reporting.-
Methods inherited from class org.yaml.snakeyaml.tokens.Token
equals, getArguments, getEndMark, getStartMark, hashCode, toString
-
-