Class BitwiseSignedRightShift

java.lang.Object
ortus.boxlang.runtime.operators.BitwiseSignedRightShift
All Implemented Interfaces:
IOperator

public class BitwiseSignedRightShift extends Object implements IOperator
Performs BitwiseSignedRightShift z = x b>> y
  • Constructor Details

    • BitwiseSignedRightShift

      public BitwiseSignedRightShift()
  • Method Details

    • invoke

      public static Number invoke(Object left, Object right)
      Parameters:
      left - The left operand
      right - The right operand
      Returns:
      The result
    • invoke

      public static Number invoke(IBoxContext context, Object target, Key name, Object right)
      Apply this operator to an object/key and set the new value back in the same object/key
      Returns:
      The result