Interface ModifierReviewable.ForMethodDescription

    • Method Detail

      • isSynchronized

        boolean isSynchronized()
        Specifies if the modifier described by this object is synchronized.
        Returns:
        true if the modifier described by this object is synchronized.
      • isVarArgs

        boolean isVarArgs()
        Specifies if the modifier described by this object represents the var args flag.
        Returns:
        true if the modifier described by this object represents the var args flag.
      • isNative

        boolean isNative()
        Specifies if the modifier described by this object is native.
        Returns:
        true if the modifier described by this object is native.
      • isBridge

        boolean isBridge()
        Specifies if the modifier described by this object represents the bridge flag.
        Returns:
        true if the modifier described by this object represents the bridge flag
      • isStrict

        boolean isStrict()
        Specifies if the modifier described by this object is strictfp.
        Returns:
        true if the modifier described by this object is strictfp.
      • getSynchronizationState

        SynchronizationState getSynchronizationState()
        Returns this method's synchronization state.
        Returns:
        This method's synchronization state.
      • getMethodStrictness

        MethodStrictness getMethodStrictness()
        Returns this method's strictness in floating-point computation.
        Returns:
        This method's strictness in floating-point computation.
      • getMethodManifestation

        MethodManifestation getMethodManifestation()
        Returns this method's manifestation.
        Returns:
        This method's manifestation.