public interface GroovyParameter
Describes a parameter declared by a documented executable member.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public GroovyAnnotationRef[] |
annotations()Returns the annotations declared on this parameter. |
|
public String |
defaultValue()Returns the default value expression declared for this parameter. |
|
public String |
name()Returns the parameter name. |
|
public GroovyType |
type()Returns the resolved parameter type. |
|
public String |
typeName()Returns the parameter type name as declared in source. |
Returns the annotations declared on this parameter.
Returns the default value expression declared for this parameter.
null if none is declaredReturns the parameter name.
Returns the resolved parameter type.
null if it is unavailableReturns the parameter type name as declared in source.