Package org.yaml.snakeyaml.tokens
Class KeyToken
- java.lang.Object
-
- org.yaml.snakeyaml.tokens.Token
-
- org.yaml.snakeyaml.tokens.KeyToken
-
public final class KeyToken extends Token
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Token.ID
getTokenId()
For error reporting.-
Methods inherited from class org.yaml.snakeyaml.tokens.Token
getEndMark, getStartMark
-
-