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