protected CharRangeTerminal(CharRangeTerminal other, ParserCloneArgs args) : base(other, args) { this.Start = other.Start; this.End = other.End; }