public interface IClassDocNode
| Modifier and Type | Method and Description |
|---|---|
void |
addConstructor(IConstructorNode ctor) |
void |
addMethod(IMethodNode method) |
void |
addVar(IVarNode var) |
IConstructorNode |
getConstructor(IJavaClassConstructor ctor) |
List<IConstructorNode> |
getConstructors() |
String |
getDeprecated() |
String |
getDescription() |
IMethodNode |
getMethod(IJavaMethodDescriptor name) |
IMethodNode |
getMethod(String name,
Type[] parameterTypes) |
List<IMethodNode> |
getMethods() |
IVarNode |
getVar(String name) |
List<IVarNode> |
getVars() |
boolean |
isDeprecated() |
void |
setDeprecated(String value) |
void |
setDescription(String value) |
String getDescription()
void setDescription(String value)
String getDeprecated()
boolean isDeprecated()
void setDeprecated(String value)
List<IMethodNode> getMethods()
void addMethod(IMethodNode method)
IMethodNode getMethod(IJavaMethodDescriptor name)
IMethodNode getMethod(String name, Type[] parameterTypes)
List<IConstructorNode> getConstructors()
void addConstructor(IConstructorNode ctor)
void addVar(IVarNode var)
IConstructorNode getConstructor(IJavaClassConstructor ctor)
Copyright © 2016. All rights reserved.