|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ast.Type
Represents a type, either a dynamic type or statically defined type
Field Summary | |
static Type |
DYNAMIC_TYPE
|
Constructor Summary | |
Type()
|
|
Type(String name)
|
Method Summary | |
String |
getName()
|
boolean |
isDynamic()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Type DYNAMIC_TYPE
Constructor Detail |
public Type()
public Type(String name)
Method Detail |
public String toString()
public String getName()
public boolean isDynamic()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |