Package org.jboss.jdeparser
Class ExpressionJStatement
- java.lang.Object
-
- org.jboss.jdeparser.BasicJCommentable
-
- org.jboss.jdeparser.ExpressionJStatement
-
- All Implemented Interfaces:
BlockContent
,JCommentable
,JStatement
,Writable
class ExpressionJStatement extends BasicJCommentable implements JStatement, BlockContent
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractJExpr
expr
-
Constructor Summary
Constructors Constructor Description ExpressionJStatement(AbstractJExpr expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(SourceFileWriter writer)
-
Methods inherited from class org.jboss.jdeparser.BasicJCommentable
blockComment, lineComment, writeComments
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JCommentable
blockComment, lineComment
-
-
-
-
Field Detail
-
expr
private final AbstractJExpr expr
-
-
Constructor Detail
-
ExpressionJStatement
ExpressionJStatement(AbstractJExpr expr)
-
-
Method Detail
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
-
-