Interface ModifierReviewable

    • Field Detail

      • EMPTY_MASK

        static final int EMPTY_MASK
        Representation of the default modifier.
        See Also:
        Constant Field Values
    • Method Detail

      • getModifiers

        int getModifiers()
        Returns the modifier that is described by this object.
        Returns:
        The modifier that is described by this object.
      • isFinal

        boolean isFinal()
        Specifies if the modifier described by this object is final.
        Returns:
        true if the modifier described by this object is final.
      • isSynthetic

        boolean isSynthetic()
        Specifies if the modifier described by this object is synthetic.
        Returns:
        true if the modifier described by this object is synthetic.
      • getSyntheticState

        SyntheticState getSyntheticState()
        Returns this objects synthetic state.
        Returns:
        This objects synthetic state.