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