public class SimpleGroovyParameter extends Object
Constructor and description |
---|
SimpleGroovyParameter
(String name) |
Type | Name and description |
---|---|
void |
addAnnotationRef(GroovyAnnotationRef ref) |
GroovyAnnotationRef[] |
annotations() |
String |
defaultValue() |
boolean |
isTypeAvailable() |
String |
name() |
void |
setDefaultValue(String defaultValue) |
void |
setType(GroovyType type) |
void |
setTypeName(String typeName) |
void |
setVararg(boolean vararg) |
GroovyType |
type() |
String |
typeName() |
boolean |
vararg() |
Copyright © 2003-2014 The Codehaus. All rights reserved.