The parameter of a constructor or method.
Parent Class
| Type | Name | Signature |
|---|---|---|
| method | getName | public String getName() |
| method | getType | public Type getType() |
| method | toString | public String toString() |
public String getName()Get the name of this parameter.
Returns
public Type getType()Get the type of this parameter.
Returns
public String toString()Get a string representation of this parameter.
Returns
[PARAM|name:type]