GroovyTypepublic class SimpleGroovyType extends Object implements GroovyType
| Constructor | Description |
|---|---|
SimpleGroovyType(String typeName) |
| Modifier and Type | Method | 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.
|
toStringpublic 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