org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyParameter
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
- All Implemented Interfaces:
- GroovyParameter
public class SimpleGroovyParameter
- extends Object
- implements GroovyParameter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGroovyParameter
public SimpleGroovyParameter(String name)
name
public String name()
- Specified by:
name
in interface GroovyParameter
typeName
public String typeName()
- Specified by:
typeName
in interface GroovyParameter
setTypeName
public void setTypeName(String typeName)
type
public GroovyType type()
- Specified by:
type
in interface GroovyParameter
setType
public void setType(GroovyType type)
- for later class resolution
isTypeAvailable
public boolean isTypeAvailable()