java.lang.Object
org.yaml.snakeyaml.tokens.Token
org.yaml.snakeyaml.tokens.BlockEndToken
public final class BlockEndToken extends Token
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description BlockEndToken(Mark startMark, Mark endMark) -
Method Summary
Modifier and Type Method Description Token.IDgetTokenId()For error reporting.
-
Constructor Details
-
Method Details
-
getTokenId
Description copied from class:TokenFor error reporting.- Specified by:
getTokenIdin classToken- Returns:
- ID of this token
- See Also:
- "class variable 'id' in PyYAML"
-