org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyType
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
- All Implemented Interfaces:
- GroovyType
public class SimpleGroovyType
- extends Object
- implements GroovyType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGroovyType
public SimpleGroovyType(String typeName)
typeName
public String typeName()
- Specified by:
typeName
in interface GroovyType
asClassDoc
public GroovyClassDoc asClassDoc()
- Specified by:
asClassDoc
in interface GroovyType
dimension
public String dimension()
- Specified by:
dimension
in interface GroovyType
isPrimitive
public boolean isPrimitive()
- Specified by:
isPrimitive
in interface GroovyType
qualifiedTypeName
public String qualifiedTypeName()
- Specified by:
qualifiedTypeName
in interface GroovyType
simpleTypeName
public String simpleTypeName()
- Specified by:
simpleTypeName
in interface GroovyType
fullDottedName
public String fullDottedName()
- Specified by:
fullDottedName
in interface GroovyType