Package org.yaml.snakeyaml.tokens
Class DirectiveToken<T>
- java.lang.Object
-
- org.yaml.snakeyaml.tokens.Token
-
- org.yaml.snakeyaml.tokens.DirectiveToken<T>
-
- Type Parameters:
T- it is either Integer for the YAML directive or String for the TAG directive
public final class DirectiveToken<T> extends Token
Directive Token
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()getterToken.IDgetTokenId()getterList<T>getValue()getter-
Methods inherited from class org.yaml.snakeyaml.tokens.Token
getEndMark, getStartMark
-
-