Interface FieldInfo

    • Method Detail

      • name

        String name()
        Returns the name of this field.
        Returns:
        the name of this field, never null
      • type

        Type type()
        Returns the type of this field.
        Returns:
        the type of this field, never null
      • isStatic

        boolean isStatic()
        Returns whether this field is static.
        Returns:
        whether this field is static.
      • isFinal

        boolean isFinal()
        Returns whether this field is final.
        Returns:
        whether this field is final.
      • modifiers

        int modifiers()
        Returns the modifiers of this field as an int. Use Modifier to inspect the value.
        Returns:
        the modifiers of this field
      • declaringClass

        ClassInfo declaringClass()
        Returns the class that declares this field.
        Returns:
        the class that declares this field, never null