/// <summary> Implements visitor pattern for IdentifierExpression</summary> public abstract void Visit(IdentifierExpression id);