public interface IMethodNode extends IBaseFeatureNode
| Modifier and Type | Method and Description |
|---|---|
void |
addException(IExceptionNode param) |
void |
addParam(IParamNode param) |
IExceptionNode |
getException(IJavaClassInfo exceptionClass) |
List<IExceptionNode> |
getExceptions() |
String |
getName() |
List<IParamNode> |
getParams() |
String |
getReturnDescription() |
void |
setName(String name) |
void |
setReturnDescription(String value) |
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescriptionString getReturnDescription()
void setReturnDescription(String value)
List<IParamNode> getParams()
void addParam(IParamNode param)
List<IExceptionNode> getExceptions()
void addException(IExceptionNode param)
IExceptionNode getException(IJavaClassInfo exceptionClass)
String getName()
void setName(String name)
Copyright © 2017. All rights reserved.