public final class CommentToken extends Token
| Constructor and Description |
|---|
CommentToken(CommentType type,
String value,
Mark startMark,
Mark endMark) |
| Modifier and Type | Method and Description |
|---|---|
CommentType |
getCommentType() |
Token.ID |
getTokenId()
For error reporting.
|
String |
getValue() |
getEndMark, getStartMarkpublic CommentToken(CommentType type, String value, Mark startMark, Mark endMark)
public CommentType getCommentType()
public String getValue()
public Token.ID getTokenId()
TokengetTokenId in class TokenCopyright © 2008–2021. All rights reserved.