public interface GroovyType
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isPrimitive() | 
| String | qualifiedTypeName()The qualified name of this type excluding any dimension information. | 
| String | simpleTypeName()The unqualified name of this type excluding any dimension or nesting information. | 
| String | toString()The qualified name including any dimension information. | 
| String | typeName()The unqualified name of this type excluding any dimension information. | 
boolean isPrimitive()
String qualifiedTypeName()
java.lang.String".String simpleTypeName()
Outer.Inner returns "Inner".String typeName()
String".