Class ExternalGroovyClassDoc
java.lang.Object
org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
- All Implemented Interfaces:
- Comparable<GroovyDoc>,- GroovyClassDoc,- GroovyDoc,- GroovyProgramElementDoc,- GroovyType
Represents a class not in the codebase being processed.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintconstructors(boolean filter) booleanbooleanfields()fields(boolean filter) inthashCode()innerClasses(boolean filter) booleanbooleanbooleanbooleanisClass()booleanbooleanbooleanisEnum()booleanbooleanisError()booleanbooleanbooleanisField()booleanisFinal()booleanbooleanbooleanisMethod()booleanbooleanbooleanbooleanbooleanbooleanisPublic()booleanisRecord()booleanbooleanisStatic()methods()methods(boolean filter) intname()The qualified name of this type excluding any dimension information.voidsetRawCommentText(String arg0) The unqualified name of this type excluding any dimension or nesting information.booleansubclassOf(GroovyClassDoc gcd) typeName()The unqualified name of this type excluding any dimension information.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyTypetoString
- 
Constructor Details- 
ExternalGroovyClassDoc
 
- 
- 
Method Details- 
isPrimitivepublic boolean isPrimitive()- Specified by:
- isPrimitivein interface- GroovyType
 
- 
annotations- Specified by:
- annotationsin interface- GroovyProgramElementDoc
 
- 
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
 
- 
superclass- Specified by:
- superclassin interface- GroovyClassDoc
 
- 
externalClass
- 
getTypeSourceDescription
- 
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
 
- 
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
 
- 
hashCodepublic int hashCode()
- 
equals
- 
superclassType- Specified by:
- superclassTypein interface- GroovyClassDoc
 
- 
constructors- Specified by:
- constructorsin interface- GroovyClassDoc
 
- 
constructors- Specified by:
- constructorsin interface- GroovyClassDoc
 
- 
definesSerializableFieldspublic boolean definesSerializableFields()- Specified by:
- definesSerializableFieldsin interface- GroovyClassDoc
 
- 
enumConstants- Specified by:
- enumConstantsin interface- GroovyClassDoc
 
- 
fields- Specified by:
- fieldsin interface- GroovyClassDoc
 
- 
properties- Specified by:
- propertiesin interface- GroovyClassDoc
 
- 
fields- Specified by:
- fieldsin interface- GroovyClassDoc
 
- 
findClass- Specified by:
- findClassin interface- GroovyClassDoc
 
- 
importedClasses- Specified by:
- importedClassesin interface- GroovyClassDoc
 
- 
importedPackages- Specified by:
- importedPackagesin interface- GroovyClassDoc
 
- 
innerClasses- Specified by:
- innerClassesin interface- GroovyClassDoc
 
- 
innerClasses- Specified by:
- innerClassesin interface- GroovyClassDoc
 
- 
interfaces- Specified by:
- interfacesin interface- GroovyClassDoc
 
- 
interfaceTypes- Specified by:
- interfaceTypesin interface- GroovyClassDoc
 
- 
isAbstractpublic boolean isAbstract()- Specified by:
- isAbstractin interface- GroovyClassDoc
 
- 
isExternalizablepublic boolean isExternalizable()- Specified by:
- isExternalizablein interface- GroovyClassDoc
 
- 
isSerializablepublic boolean isSerializable()- Specified by:
- isSerializablein interface- GroovyClassDoc
 
- 
methods- Specified by:
- methodsin interface- GroovyClassDoc
 
- 
methods- Specified by:
- methodsin interface- GroovyClassDoc
 
- 
serializableFields- Specified by:
- serializableFieldsin interface- GroovyClassDoc
 
- 
serializationMethods- Specified by:
- serializationMethodsin interface- GroovyClassDoc
 
- 
subclassOf- Specified by:
- subclassOfin interface- GroovyClassDoc
 
- 
getFullPathName- Specified by:
- getFullPathNamein interface- GroovyClassDoc
 
- 
getRelativeRootPath- Specified by:
- getRelativeRootPathin interface- GroovyClassDoc
 
- 
containingClass- Specified by:
- containingClassin interface- GroovyProgramElementDoc
 
- 
containingPackage- Specified by:
- containingPackagein interface- GroovyProgramElementDoc
 
- 
isFinalpublic boolean isFinal()- Specified by:
- isFinalin interface- GroovyProgramElementDoc
 
- 
isPackagePrivatepublic boolean isPackagePrivate()- Specified by:
- isPackagePrivatein interface- GroovyProgramElementDoc
 
- 
isPrivatepublic boolean isPrivate()- Specified by:
- isPrivatein interface- GroovyProgramElementDoc
 
- 
isProtectedpublic boolean isProtected()- Specified by:
- isProtectedin interface- GroovyProgramElementDoc
 
- 
isPublicpublic boolean isPublic()- Specified by:
- isPublicin interface- GroovyProgramElementDoc
 
- 
isStaticpublic boolean isStatic()- Specified by:
- isStaticin interface- GroovyProgramElementDoc
 
- 
modifiers- Specified by:
- modifiersin interface- GroovyProgramElementDoc
 
- 
modifierSpecifierpublic int modifierSpecifier()- Specified by:
- modifierSpecifierin interface- GroovyProgramElementDoc
 
- 
qualifiedName- Specified by:
- qualifiedNamein interface- GroovyProgramElementDoc
 
- 
commentText- Specified by:
- commentTextin interface- GroovyDoc
 
- 
getRawCommentText- Specified by:
- getRawCommentTextin interface- GroovyDoc
 
- 
isAnnotationTypepublic boolean isAnnotationType()- Specified by:
- isAnnotationTypein interface- GroovyDoc
 
- 
isAnnotationTypeElementpublic boolean isAnnotationTypeElement()- Specified by:
- isAnnotationTypeElementin interface- GroovyDoc
 
- 
isClasspublic boolean isClass()
- 
isConstructorpublic boolean isConstructor()- Specified by:
- isConstructorin interface- GroovyDoc
 
- 
isDeprecatedpublic boolean isDeprecated()- Specified by:
- isDeprecatedin interface- GroovyDoc
 
- 
isEnumpublic boolean isEnum()
- 
isRecordpublic boolean isRecord()
- 
isEnumConstantpublic boolean isEnumConstant()- Specified by:
- isEnumConstantin interface- GroovyDoc
 
- 
isErrorpublic boolean isError()
- 
isExceptionpublic boolean isException()- Specified by:
- isExceptionin interface- GroovyDoc
 
- 
isFieldpublic boolean isField()
- 
isIncludedpublic boolean isIncluded()- Specified by:
- isIncludedin interface- GroovyDoc
 
- 
isInterfacepublic boolean isInterface()- Specified by:
- isInterfacein interface- GroovyDoc
 
- 
isMethodpublic boolean isMethod()
- 
isOrdinaryClasspublic boolean isOrdinaryClass()- Specified by:
- isOrdinaryClassin interface- GroovyDoc
 
- 
name
- 
setRawCommentText- Specified by:
- setRawCommentTextin interface- GroovyDoc
 
- 
firstSentenceCommentText- Specified by:
- firstSentenceCommentTextin interface- GroovyDoc
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<GroovyDoc>
 
 
-