internal void Accept(NodeThrow t) { builder.currentLineNumber = t.EndLine; t.value.Visit(this); builder.OpThrow(); }
void ASTVisitor.Accept(NodeThrow value) { Accept(value); }