|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
public class SimpleGroovyParameter extends Object
Constructor Summary | |
SimpleGroovyParameter(String name)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public SimpleGroovyParameter(String name)
Method Detail |
---|
public void addAnnotationRef(GroovyAnnotationRef ref)
public GroovyAnnotationRef[] annotations()
public String defaultValue()
public boolean isTypeAvailable()
public String name()
public void setDefaultValue(String defaultValue)
public void setType(GroovyType type)
public void setTypeName(String typeName)
public void setVararg(boolean vararg)
public GroovyType type()
public String typeName()
public boolean vararg()
Copyright © 2003-2013 The Codehaus. All rights reserved.