Interface JDFieldDoc

All Known Implementing Classes:
JPFieldDoc

public interface JDFieldDoc
Author:
thevpc
  • Method Details

    • isStatic

      boolean isStatic()
    • name

      String name()
    • type

      JDType type()
    • qualifiedName

      String qualifiedName()
    • constantValueExpression

      String constantValueExpression()
    • isFinal

      boolean isFinal()
    • modifiers

      String modifiers()
    • commentText

      JDDoc commentText()