Interface GroovyFieldDoc

All Superinterfaces:
java.lang.Comparable, GroovyDoc, GroovyMemberDoc, GroovyProgramElementDoc
All Known Implementing Classes:
SimpleGroovyFieldDoc

public interface GroovyFieldDoc
extends GroovyMemberDoc
  • Method Details

    • constantValue

      java.lang.Object constantValue()
    • constantValueExpression

      java.lang.String constantValueExpression()
    • isTransient

      boolean isTransient()
    • isVolatile

      boolean isVolatile()
    • type

      GroovyType type()