Uses of Interface
org.jboss.jdeparser.JComment
-
Uses of JComment in org.jboss.jdeparser
Subinterfaces of JComment in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterfaceA JavaDoc comment.interfaceA comment that supports HTML content.interfaceClasses in org.jboss.jdeparser that implement JCommentModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classMethods in org.jboss.jdeparser that return JCommentModifier and TypeMethodDescriptionGet a@throwsdoc comment block.Get a@throwsdoc comment block.Get a@throwsdoc comment block.AbstractJComment.block()JComment.block()Add a comment sub-block at this location.AbstractJAssignableExpr.blockComment()AbstractJCall.blockComment()AbstractJClassDef.blockComment()BasicJCommentable.blockComment()ImplJAnonymousClassDef.blockComment()JClassDefSectionImpl.blockComment()JCommentable.blockComment()Add a block comment.SuccessorJVarDeclaration.blockComment()AbstractJComment.code()JComment.code()Add an inline code tag.AbstractJDocCommentable.deprecated()ImplJAnonymousClassDef.deprecated()JDocCommentable.deprecated()Mark this program element as deprecated.SuccessorJVarDeclaration.deprecated()ImplJParamDeclaration.doc()JParamDeclaration.doc()Get the@paramJavaDoc block for this parameter.AbstractJComment.docRoot()JComment.docRoot()Add the{@docRoot}tag at this position.AbstractJComment.inlineDocTag(String tag) AbstractJComment.inlineDocTag(String tag, String body) JComment.inlineDocTag(String tag) Add an inline doc tag.JComment.inlineDocTag(String tag, String body) Add an inline doc tag with simple content.JDocComment.inlineDocTag(String tag) Add an inline doc tag.AbstractJAssignableExpr.lineComment()AbstractJCall.lineComment()AbstractJClassDef.lineComment()BasicJCommentable.lineComment()ImplJAnonymousClassDef.lineComment()JClassDefSectionImpl.lineComment()JCommentable.lineComment()Add a line comment.SuccessorJVarDeclaration.lineComment()AbstractJComment.linkConstructor(boolean plain, JType targetType, JType... params) JComment.linkConstructor(boolean plain, JType targetType, JType... targetConstructorArgumentTypes) Add an inline@linkto a constructor.Add an inline@linkto a field of a type.AbstractJComment.linkMethod(boolean plain, JMethodDef methodDef) AbstractJComment.linkMethod(boolean plain, JType targetType, String targetMethod, JType... params) JComment.linkMethod(boolean plain, JMethodDef methodDef) Add an inline@linkto a method.JComment.linkMethod(boolean plain, JType targetType, String targetMethod, JType... targetMethodArgumentTypes) Add an inline@linkto a method.Add an inline@linkto a type.AbstractJComment.nl()JComment.nl()Add a newline.AbstractJHtmlComment.preformattedCode()JHtmlComment.preformattedCode()Add an inline@codetag within a<pre></pre>block.AbstractJMethodDef.returnsDoc()JMethodDef.returnsDoc()Get the@returndoc comment block.AbstractJComment.sp()JComment.sp()Add a non-trailing space.Add some text to the end of this comment.Add a type name to the end of this comment.