[Java] Class SimpleGroovyFieldDoc

  • org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
All Implemented Interfaces and Traits:
GroovyFieldDoc
public class SimpleGroovyFieldDoc
extends SimpleGroovyMemberDoc

Inherited fields
Fields inherited from class Fields
class SimpleGroovyMemberDoc belongsToClass

Constructor Summary

Constructors
Constructor and description
SimpleGroovyFieldDoc (String name, GroovyClassDoc belongsToClass)

Methods Summary

Methods
Type Params Return Type Name and description
Object constantValue()
String constantValueExpression()
boolean isTransient()
boolean isVolatile()
void setConstantValueExpression(String constantValueExpression)
void setType(GroovyType type)
GroovyType type()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class SimpleGroovyMemberDoc commentText, firstSentenceCommentText, isSynthetic
class SimpleGroovyAbstractableElementDoc isAbstract, setAbstract
class SimpleGroovyProgramElementDoc addAnnotationRef, annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName, setContainingPackage, setFinal, setPackagePrivate, setPrivate, setProtected, setPublic, setStatic
class SimpleGroovyDoc calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isScript, isTrait, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setScript, setTokenType, tags, toString, tokenType
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public SimpleGroovyFieldDoc(String name, GroovyClassDoc belongsToClass)

Method Detail

public Object constantValue()

public String constantValueExpression()

public boolean isTransient()

public boolean isVolatile()

public void setConstantValueExpression(String constantValueExpression)

public void setType(GroovyType type)

public GroovyType type()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/groovydoc/SimpleGroovyFieldDoc.html