public class SimpleGroovyType extends Object implements GroovyType
| Constructor and Description | 
|---|
| SimpleGroovyType(String typeName) | 
| 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 | typeName()The unqualified name of this type excluding any dimension information. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic SimpleGroovyType(String typeName)
public String typeName()
GroovyTypeString".typeName in interface GroovyTypepublic boolean isPrimitive()
isPrimitive in interface GroovyTypepublic String qualifiedTypeName()
GroovyTypejava.lang.String".qualifiedTypeName in interface GroovyTypepublic String simpleTypeName()
GroovyTypeOuter.Inner returns "Inner".simpleTypeName in interface GroovyType