public final class DirectiveToken<T> extends Token
Constructor | Description |
---|---|
DirectiveToken(String name,
List<T> value,
Mark startMark,
Mark endMark) |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
|
Token.ID |
getTokenId() |
For error reporting.
|
List<T> |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndMark, getStartMark
Copyright © 2008–2018. All rights reserved.