Class BWSignedLeftShiftExpression

  • All Implemented Interfaces:
    Expression

    public class BWSignedLeftShiftExpression
    extends BinaryOperatorExpression
    Implementation of Bit wise Singed Left Shift Operator (<<) It does not work for double operands
    • Constructor Detail

      • BWSignedLeftShiftExpression

        public BWSignedLeftShiftExpression()