org.codehaus.groovy.groovydoc
Interface GroovyType
- All Known Subinterfaces:
- GroovyClassDoc
- All Known Implementing Classes:
- SimpleGroovyClassDoc, SimpleGroovyType
public interface GroovyType
asClassDoc
GroovyClassDoc asClassDoc()
dimension
java.lang.String dimension()
isPrimitive
boolean isPrimitive()
qualifiedTypeName
java.lang.String qualifiedTypeName()
simpleTypeName
java.lang.String simpleTypeName()
typeName
java.lang.String typeName()
fullDottedName
java.lang.String fullDottedName()
Copyright © ${year} The Codehaus. All Rights Reserved.