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, wait
toString
public SimpleGroovyType(String typeName)
public String typeName()
GroovyType
String
".typeName
in interface GroovyType
public boolean isPrimitive()
isPrimitive
in interface GroovyType
public String qualifiedTypeName()
GroovyType
java.lang.String
".qualifiedTypeName
in interface GroovyType
public String simpleTypeName()
GroovyType
Outer.Inner
returns "Inner
".simpleTypeName
in interface GroovyType