Package ortus.boxlang.runtime.operators
Class BitwiseXor
java.lang.Object
ortus.boxlang.runtime.operators.BitwiseXor
- All Implemented Interfaces:
IOperator
Performs BitwiseXor
z = x b^ y
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwiseXor
public BitwiseXor()
-
-
Method Details
-
invoke
- Parameters:
left
- The left operandright
- The right operand- Returns:
- The result
-
invoke
Apply this operator to an object/key and set the new value back in the same object/key- Returns:
- The result
-