org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyType

java.lang.Object
  extended by 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
           
 
Constructor Summary
SimpleGroovyType(java.lang.String typeName)
           
 
Method Summary
 GroovyClassDoc asClassDoc()
           
 java.lang.String dimension()
           
 java.lang.String fullDottedName()
           
 boolean isPrimitive()
           
 java.lang.String qualifiedTypeName()
           
 java.lang.String simpleTypeName()
           
 java.lang.String typeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

private java.lang.String typeName
Constructor Detail

SimpleGroovyType

public SimpleGroovyType(java.lang.String typeName)
Method Detail

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

fullDottedName

public java.lang.String fullDottedName()
Specified by:
fullDottedName in interface GroovyType


Copyright © ${year} The Codehaus. All Rights Reserved.