public void AcceptVisitor(IASTNodeVisitor v) { v.Visit(this); }
public override void Handle(IASTNodeVisitor highlighter) { highlighter.Visit(this); }