|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.codehaus.groovy.groovydoc.GroovyProgramElementDocorg.codehaus.groovy.groovydoc.GroovyFieldDoc
org.codehaus.groovy.groovydoc.GroovyMemberDoc
org.codehaus.groovy.groovydoc.GroovyDoc
interface GroovyFieldDoc extends GroovyMemberDoc
Method Summary | |
---|---|
Object
|
constantValue()
|
String
|
constantValueExpression()
|
boolean
|
isTransient()
|
boolean
|
isVolatile()
|
GroovyType
|
type()
|
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 |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Method Detail |
---|
public Object constantValue()
public String constantValueExpression()
public boolean isTransient()
public boolean isVolatile()
public GroovyType type()
Copyright © 2003-2009 The Codehaus. All rights reserved.