|
|||||||||
| 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()
GroovyTypeString".
typeName in interface GroovyTypepublic boolean isPrimitive()
isPrimitive in interface GroovyTypepublic java.lang.String qualifiedTypeName()
GroovyTypejava.lang.String".
qualifiedTypeName in interface GroovyTypepublic java.lang.String simpleTypeName()
GroovyTypeOuter.Inner returns "Inner".
simpleTypeName in interface GroovyType
|
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||