|
Groovy 1.7.6 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GroovyType
Method Summary | |
---|---|
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
|
toString()
The qualified name including any dimension information. |
String
|
typeName()
The unqualified name of this type excluding any dimension information. |
Method Detail |
---|
public boolean isPrimitive()
public String qualifiedTypeName()
java.lang.String
".
public String simpleTypeName()
Outer.Inner
returns "Inner
".
public String toString()
java.lang.String[][]
", and the parameterized type
List<Integer>
returns "java.util.List<java.lang.Integer>
".
public String typeName()
String
".
Copyright © 2003-2010 The Codehaus. All rights reserved.