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 JCommentableA 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 JCommentblockComment()Add a block comment.JCommentlineComment()Add a line comment.
-