ConcatenationNode constructor

ConcatenationNode(
  1. Node left,
  2. Node right
)

Implementation

ConcatenationNode(this.left, this.right);