Package gw.lang.javadoc
Interface IJavaDocFactory
-
public interface IJavaDocFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IClassDocNodecreate()IClassDocNodecreate(Class javaClass)IExceptionNodecreateException()Deprecated.Please don't create these manually, and please fix any code that does.IParamNodecreateParam()Deprecated.Please don't create these manually, and please fix any code that does.
-
-
-
Method Detail
-
create
IClassDocNode create(Class javaClass)
-
create
IClassDocNode create()
-
createParam
@Deprecated IParamNode createParam()
Deprecated.Please don't create these manually, and please fix any code that does.- Returns:
- a new, empty IParamNode
-
createException
@Deprecated IExceptionNode createException()
Deprecated.Please don't create these manually, and please fix any code that does.- Returns:
- a new, empty IExceptionNode
-
-