public class SimpleGroovyRootDoc extends SimpleGroovyDoc
| Constructor and description | 
|---|
| SimpleGroovyRootDoc
                                (String name) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | GroovyClassDoc | classNamed(GroovyClassDoc groovyClassDoc, String name) | 
|  | GroovyClassDoc | classNamedExact(String name) | 
|  | GroovyClassDoc[] | classes() | 
|  | String | description() | 
|  | Map<String, GroovyClassDoc> | getResolvedClasses() | 
|  | Map<String, GroovyClassDoc> | getVisibleClasses(List importedClassesAndPackages) | 
|  | String[] | options() | 
|  | GroovyPackageDoc | packageNamed(String packageName) | 
|  | void | printError(String arg0) | 
|  | void | printNotice(String arg0) | 
|  | void | printWarning(String arg0) | 
|  | void | put(String packageName, GroovyPackageDoc packageDoc) | 
|  | void | putAllClasses(Map<String, GroovyClassDoc> classes) | 
|  | void | resolve() | 
|  | void | setDescription(String description) | 
|  | GroovyClassDoc[] | specifiedClasses() | 
|  | GroovyPackageDoc[] | specifiedPackages() | 
|  | String | summary() | 
| Methods inherited from class | Name | 
|---|---|
| class SimpleGroovyDoc | calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isScript, isTrait, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setScript, setTokenType, tags, toString, tokenType | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.