Class ConcatenationOperatorNode

  • All Implemented Interfaces:
    Visitable

    class ConcatenationOperatorNode
    extends BinaryOperatorNode
    This node represents a concatenation comparison operator varying.
    • Constructor Detail

      • ConcatenationOperatorNode

        ConcatenationOperatorNode​(ValueNode leftOperand,
                                  ValueNode rightOperand,
                                  ContextManager cm)
        Constructor for a ConcatenationOperatorNode
        Parameters:
        leftOperand - The left operand of the concatenation
        rightOperand - The right operand of the concatenation
        cm - The context manager