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