Class SimpleGroovyType
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
- All Implemented Interfaces:
- GroovyType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe qualified name of this type excluding any dimension information.The unqualified name of this type excluding any dimension or nesting information.typeName()The unqualified name of this type excluding any dimension information.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyTypetoString
- 
Constructor Details- 
SimpleGroovyType
 
- 
- 
Method Details- 
typeNameDescription copied from interface:GroovyTypeThe unqualified name of this type excluding any dimension information. For example, a two-dimensional array of String returns "String".- Specified by:
- typeNamein interface- GroovyType
 
- 
isPrimitivepublic boolean isPrimitive()- Specified by:
- isPrimitivein interface- GroovyType
 
- 
qualifiedTypeNameDescription copied from interface:GroovyTypeThe qualified name of this type excluding any dimension information. For example, a two-dimensional array of String returns "java.lang.String".- Specified by:
- qualifiedTypeNamein interface- GroovyType
 
- 
simpleTypeNameDescription copied from interface:GroovyTypeThe unqualified name of this type excluding any dimension or nesting information. For example, the classOuter.Innerreturns "Inner".- Specified by:
- simpleTypeNamein interface- GroovyType
 
 
-