| Type Params | Return Type | Name and description | 
|---|---|---|
|  | GroovyConstructorDoc[] | constructors() | 
|  | GroovyConstructorDoc[] | constructors(boolean filter) | 
|  | boolean | definesSerializableFields() | 
|  | GroovyFieldDoc[] | enumConstants() | 
|  | GroovyFieldDoc[] | fields() | 
|  | GroovyFieldDoc[] | fields(boolean filter) | 
|  | GroovyClassDoc | findClass(String className) | 
|  | String | getFullPathName() | 
|  | String | getRelativeRootPath() | 
|  | GroovyClassDoc[] | importedClasses() | 
|  | GroovyPackageDoc[] | importedPackages() | 
|  | GroovyClassDoc[] | innerClasses() | 
|  | GroovyClassDoc[] | innerClasses(boolean filter) | 
|  | GroovyType[] | interfaceTypes() | 
|  | GroovyClassDoc[] | interfaces() | 
|  | boolean | isAbstract() | 
|  | boolean | isExternalizable() | 
|  | boolean | isSerializable() | 
|  | GroovyMethodDoc[] | methods() | 
|  | GroovyMethodDoc[] | methods(boolean filter) | 
|  | GroovyFieldDoc[] | properties() | 
|  | GroovyFieldDoc[] | serializableFields() | 
|  | GroovyMethodDoc[] | serializationMethods() | 
|  | boolean | subclassOf(GroovyClassDoc gcd) | 
|  | GroovyClassDoc | superclass() | 
|  | GroovyType | superclassType() | 
| Methods inherited from class | Name | 
|---|---|
| interface GroovyProgramElementDoc | annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName | 
| interface GroovyType | isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName |