public string VisitNoOp(NoOp noOp) { throw new NotImplementedException(); }
public void visit(NoOp noOp) { }
public AddressNode VisitNoOp(NoOp noOp) { throw new System.NotImplementedException(); }