|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
public class SimpleGroovyFieldDoc
Field Summary | |
---|---|
private GroovyType |
type
|
Constructor Summary | |
---|---|
SimpleGroovyFieldDoc(java.lang.String name)
|
Method Summary | |
---|---|
java.lang.Object |
constantValue()
|
java.lang.String |
constantValueExpression()
|
boolean |
isTransient()
|
boolean |
isVolatile()
|
void |
setType(SimpleGroovyType type)
|
GroovyType |
type()
|
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc |
---|
isSynthetic |
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc |
---|
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage, setPublic, setStatic |
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc |
---|
commentText, compareTo, firstSentenceCommentText, getDocUrl, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, replaceAllTags, setAsInterfaceDefinition, setRawCommentText, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyMemberDoc |
---|
isSynthetic |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc |
---|
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc |
---|
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
private GroovyType type
Constructor Detail |
---|
public SimpleGroovyFieldDoc(java.lang.String name)
Method Detail |
---|
public java.lang.Object constantValue()
constantValue
in interface GroovyFieldDoc
public java.lang.String constantValueExpression()
constantValueExpression
in interface GroovyFieldDoc
public boolean isTransient()
isTransient
in interface GroovyFieldDoc
public boolean isVolatile()
isVolatile
in interface GroovyFieldDoc
public GroovyType type()
type
in interface GroovyFieldDoc
public void setType(SimpleGroovyType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |