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, writeComments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blockComment, lineComment
private final AbstractJExpr expr
ExpressionJStatement(AbstractJExpr expr)
public void write(SourceFileWriter writer) throws java.io.IOException