Package gw.lang.javadoc
Interface IClassDocNode
- All Known Implementing Classes:
ClassDocNode
public interface IClassDocNode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addMethod
(IMethodNode method) void
getVars()
boolean
void
setDeprecated
(String value) void
setDescription
(String value)
-
Method Details
-
getDescription
String getDescription() -
setDescription
-
getDeprecated
String getDeprecated() -
isDeprecated
boolean isDeprecated() -
setDeprecated
-
getMethods
List<IMethodNode> getMethods() -
addMethod
-
getMethod
-
getMethod
-
getConstructors
List<IConstructorNode> getConstructors() -
addConstructor
-
getVars
-
addVar
-
getVar
-
getConstructor
-