class KeywordJStatement extends BasicJStatement implements BlockContent
| Modifier and Type | Field and Description |
|---|---|
private Tokens.$KW |
keyword |
| Constructor and Description |
|---|
KeywordJStatement(Tokens.$KW keyword) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Tokens.$KW |
getKeyword() |
void |
write(SourceFileWriter writer) |
blockComment, lineComment, writeCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockComment, lineCommentprivate final Tokens.$KW keyword
KeywordJStatement(Tokens.$KW keyword)
Tokens.$KW getKeyword()
public void write(SourceFileWriter writer) throws java.io.IOException