GroovyTypepublic class SimpleGroovyType extends java.lang.Object implements GroovyType
| Constructor | Description |
|---|---|
SimpleGroovyType(java.lang.String typeName) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isPrimitive() |
|
java.lang.String |
qualifiedTypeName() |
The qualified name of this type excluding any dimension information.
|
java.lang.String |
simpleTypeName() |
The unqualified name of this type excluding any dimension or nesting information.
|
java.lang.String |
typeName() |
The unqualified name of this type excluding any dimension information.
|
toStringpublic java.lang.String typeName()
GroovyTypeString".typeName in interface GroovyTypepublic boolean isPrimitive()
isPrimitive in interface GroovyTypepublic java.lang.String qualifiedTypeName()
GroovyTypejava.lang.String".qualifiedTypeName in interface GroovyTypepublic java.lang.String simpleTypeName()
GroovyTypeOuter.Inner returns "Inner".simpleTypeName in interface GroovyType