Interface EqualsMethod.NullValueGuard

    • Method Detail

      • before

        StackManipulation before()
        Returns a stack manipulation to apply before computing equality.
        Returns:
        A stack manipulation to apply before computing equality.
      • after

        StackManipulation after()
        Returns a stack manipulation to apply after computing equality.
        Returns:
        A stack manipulation to apply after computing equality.
      • getRequiredVariablePadding

        int getRequiredVariablePadding()
        Returns the required padding for the local variable array to apply this guard.
        Returns:
        The required padding for the local variable array to apply this guard.