public override void ToPrecedenceFreeEPL(TextWriter writer) { if (!ChildNodes.IsEmpty()) { ChildNodes[0].ToEPL(writer, Precedence); } }