public class JParameter extends JElement
JMethod.JMethod.getParameters()| Constructor and Description |
|---|
JParameter(net.sf.mmm.util.reflect.api.GenericType<?> byteType,
Annotation[] byteAnnotations,
com.thoughtworks.qdox.model.JavaParameter parameter,
String comment,
int index)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getByteAnnotations() |
String |
getName() |
com.thoughtworks.qdox.model.JavaParameter |
getParameter() |
String |
toString() |
getByteType, getByteTypeString, getComment, getSourceTypepublic JParameter(net.sf.mmm.util.reflect.api.GenericType<?> byteType,
Annotation[] byteAnnotations,
com.thoughtworks.qdox.model.JavaParameter parameter,
String comment,
int index)
byteType - - see JElement.getByteType().byteAnnotations - - see getByteAnnotations().parameter - - see getParameter().comment - - see JElement.getComment().index - the index of the parameter in the method arguments.public com.thoughtworks.qdox.model.JavaParameter getParameter()
JavaParameter from source-code analysis. May be null.public Annotation[] getByteAnnotations()
Annotations from byte-code analysis. Do not modify.public String getName()
Copyright © 2015–2021 MojoHaus. All rights reserved.