Interface GroovyFieldDoc

All Superinterfaces:
Comparable<GroovyDoc>, GroovyDoc, GroovyMemberDoc, GroovyProgramElementDoc
All Known Implementing Classes:
SimpleGroovyFieldDoc

public interface GroovyFieldDoc extends GroovyMemberDoc
  • Method Details

    • constantValue

      Object constantValue()
    • constantValueExpression

      String constantValueExpression()
    • isTransient

      boolean isTransient()
    • isVolatile

      boolean isVolatile()
    • type

      GroovyType type()