class ExpressionJStatement extends BasicJCommentable implements JStatement, BlockContent
| Modifier and Type | Field and Description |
|---|---|
private AbstractJExpr |
expr |
| Constructor and Description |
|---|
ExpressionJStatement(AbstractJExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SourceFileWriter writer) |
blockComment, lineComment, writeCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockComment, lineCommentprivate final AbstractJExpr expr
ExpressionJStatement(AbstractJExpr expr)
public void write(SourceFileWriter writer) throws java.io.IOException