GroovyClassDoc
ArrayClassDocWrapper
, ExternalGroovyClassDoc
, SimpleGroovyClassDoc
, SimpleGroovyType
public interface GroovyType
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 |
toString() |
The qualified name including any dimension information.
|
java.lang.String |
typeName() |
The unqualified name of this type excluding any dimension information.
|
boolean isPrimitive()
java.lang.String qualifiedTypeName()
java.lang.String
".java.lang.String simpleTypeName()
Outer.Inner
returns "Inner
".java.lang.String typeName()
String
".java.lang.String toString()
java.lang.String[][]
", and the parameterized type
List<Integer>
returns "java.util.List<java.lang.Integer>
".toString
in class java.lang.Object