|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.SimpleGroovyType
public class SimpleGroovyType
Constructor Summary | |
---|---|
SimpleGroovyType(java.lang.String typeName)
|
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 |
typeName()
The unqualified name of this type excluding any dimension information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyType |
---|
toString |
Constructor Detail |
---|
public SimpleGroovyType(java.lang.String typeName)
Method Detail |
---|
public java.lang.String typeName()
GroovyType
String
".
typeName
in interface GroovyType
public boolean isPrimitive()
isPrimitive
in interface GroovyType
public java.lang.String qualifiedTypeName()
GroovyType
java.lang.String
".
qualifiedTypeName
in interface GroovyType
public java.lang.String simpleTypeName()
GroovyType
Outer.Inner
returns "Inner
".
simpleTypeName
in interface GroovyType
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |