Groovy 1.8.3

org.codehaus.groovy.groovydoc
[Java] Interface GroovyConstructorDoc

org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
  org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
      org.codehaus.groovy.groovydoc.GroovyMemberDoc
          org.codehaus.groovy.groovydoc.GroovyConstructorDoc
              org.codehaus.groovy.groovydoc.GroovyDoc
All Superinterfaces:
GroovyProgramElementDoc, GroovyExecutableMemberDoc, GroovyMemberDoc, GroovyDoc

public interface GroovyConstructorDoc
extends GroovyExecutableMemberDoc

Method Summary
 
Methods inherited from interface GroovyExecutableMemberDoc
flatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptionTypes, thrownExceptions
 
Methods inherited from interface GroovyMemberDoc
isSynthetic
 
Methods inherited from interface GroovyProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName
 
Methods inherited from interface GroovyDoc
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
 
Methods inherited from interface Comparable
compareTo
 

Copyright © 2003-2011 The Codehaus. All rights reserved.