|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroovyType
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |