AlternationNode constructor

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

Implementation

AlternationNode(this.left, this.right);