Package org.jboss.jdeparser
Interface JCommentable
-
- All Known Subinterfaces:
JAnonymousClassDef
,JAssignableExpr
,JBlock
,JCatch
,JClassDef
,JClassDefSection
,JDocCommentable
,JEnumConstant
,JFor
,JIf
,JMethodDef
,JPackageInfoFile
,JSourceFile
,JStatement
,JSwitch
,JTry
,JVarDeclaration
public interface JCommentable
A program element which can have comments attached to it.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComment
blockComment()
Add a block comment.JComment
lineComment()
Add a line comment.
-