Package org.jboss.jdeparser
Class ExpressionJStatement
java.lang.Object
org.jboss.jdeparser.BasicJCommentable
org.jboss.jdeparser.ExpressionJStatement
- All Implemented Interfaces:
BlockContent
,JCommentable
,JStatement
,Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
expr
-
-
Constructor Details
-
ExpressionJStatement
ExpressionJStatement(AbstractJExpr expr)
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritable
- Throws:
IOException
-