|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.codehaus.groovy.groovydoc.GroovyDocorg.codehaus.groovy.groovydoc.GroovyProgramElementDoc
public interface GroovyProgramElementDoc extends GroovyDoc
Method Summary | |
---|---|
GroovyAnnotationRef[]
|
annotations()
|
GroovyClassDoc
|
containingClass()
|
GroovyPackageDoc
|
containingPackage()
|
boolean
|
isFinal()
|
boolean
|
isPackagePrivate()
|
boolean
|
isPrivate()
|
boolean
|
isProtected()
|
boolean
|
isPublic()
|
boolean
|
isStatic()
|
int
|
modifierSpecifier()
|
String
|
modifiers()
|
String
|
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 |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public GroovyAnnotationRef[] annotations()
public GroovyClassDoc containingClass()
public GroovyPackageDoc containingPackage()
public boolean isFinal()
public boolean isPackagePrivate()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public boolean isStatic()
public int modifierSpecifier()
public String modifiers()
public String qualifiedName()
Copyright © 2003-2010 The Codehaus. All rights reserved.