Uses of Interface
org.jboss.jdeparser.JDocCommentable
-
-
Uses of JDocCommentable in org.jboss.jdeparser
Subinterfaces of JDocCommentable in org.jboss.jdeparser Modifier and Type Interface Description interface
JAnonymousClassDef
An anonymous class definition.interface
JClassDef
A type definition, which can be a class, interface, annotation type, etc.interface
JEnumConstant
An enum constant definition.interface
JMethodDef
A method or constructor definition.interface
JPackageInfoFile
Apackage-info.java
file definition.interface
JVarDeclaration
A variable declaration.Methods in org.jboss.jdeparser that return JDocCommentable Modifier and Type Method Description JDocCommentable
JSources. createPackageInfoFile(java.lang.String packageName)
Create apackage-info.java
file.
-