Package org.codehaus.groovy.groovydoc
Interface GroovyConstructorDoc
- 
- All Superinterfaces:
- java.lang.Comparable,- GroovyDoc,- GroovyExecutableMemberDoc,- GroovyMemberDoc,- GroovyProgramElementDoc
 - All Known Implementing Classes:
- SimpleGroovyConstructorDoc
 
 public interface GroovyConstructorDoc extends GroovyExecutableMemberDoc 
- 
- 
Method Summary- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoccommentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDocflatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptions, thrownExceptionTypes
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyMemberDocisSynthetic
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDocannotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
- 
 
-