Groovy 1.8.4

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

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

public interface GroovyMemberDoc
extends GroovyProgramElementDoc

Method Summary
boolean 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
 

Method Detail

isSynthetic

public boolean isSynthetic()


 

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