Package org.jboss.jdeparser
Class EmptyJStatement
- java.lang.Object
-
- org.jboss.jdeparser.BasicJCommentable
-
- org.jboss.jdeparser.BasicJStatement
-
- org.jboss.jdeparser.EmptyJStatement
-
- All Implemented Interfaces:
BlockContent
,JCommentable
,JStatement
,Writable
class EmptyJStatement extends BasicJStatement implements BlockContent
-
-
Constructor Summary
Constructors Constructor Description EmptyJStatement()
-
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
-
-
-
-
Method Detail
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
-
-