org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyType
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
- All Implemented Interfaces:
- GroovyType
public class SimpleGroovyType
- extends java.lang.Object
- implements GroovyType
Field Summary |
private java.lang.String |
typeName
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeName
private java.lang.String typeName
SimpleGroovyType
public SimpleGroovyType(java.lang.String typeName)
typeName
public java.lang.String typeName()
- Specified by:
typeName
in interface GroovyType
asClassDoc
public GroovyClassDoc asClassDoc()
- Specified by:
asClassDoc
in interface GroovyType
dimension
public java.lang.String dimension()
- Specified by:
dimension
in interface GroovyType
isPrimitive
public boolean isPrimitive()
- Specified by:
isPrimitive
in interface GroovyType
qualifiedTypeName
public java.lang.String qualifiedTypeName()
- Specified by:
qualifiedTypeName
in interface GroovyType
simpleTypeName
public java.lang.String simpleTypeName()
- Specified by:
simpleTypeName
in interface GroovyType
Copyright © ${year} The Codehaus. All Rights Reserved.