| Constructor and Description |
|---|
JMethod(Method byteMethod,
JType type)
The constructor.
|
JMethod(Method byteMethod,
JType type,
Method annotatedParentMethod)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
getByteMethod() |
String |
getComment() |
List<JException> |
getExceptions() |
String |
getName() |
List<JParameter> |
getParameters() |
JReturn |
getReturns() |
com.thoughtworks.qdox.model.JavaMethod |
getSourceMethod() |
JType |
getType() |
String |
toString() |
public JMethod(Method byteMethod, JType type)
byteMethod - - see getByteMethod().type - - see getType().public JType getType()
public com.thoughtworks.qdox.model.JavaMethod getSourceMethod()
public Method getByteMethod()
public List<JParameter> getParameters()
public List<JException> getExceptions()
public JReturn getReturns()
public String getComment()
Copyright © 2015–2021 MojoHaus. All rights reserved.