Package org.jboss.jdeparser
Class BasicJStatement
- java.lang.Object
-
- org.jboss.jdeparser.BasicJCommentable
-
- org.jboss.jdeparser.BasicJStatement
-
- All Implemented Interfaces:
JCommentable
,JStatement
- Direct Known Subclasses:
EmptyJStatement
,KeywordJStatement
class BasicJStatement extends BasicJCommentable implements JStatement
-
-
Constructor Summary
Constructors Constructor Description BasicJStatement()
-
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
-
-