public void accept(@NotNull ResVisitor visitor) {
   visitor.visitMathStandardDefnDecl(this);
 }