public object VisitDeclaration(Declaration basetype) { throw new NotImplementedException(); }
public string VisitDeclaration(Declaration basetype) { throw new NotImplementedException(); }
public string VisitDeclaration(Declaration basetype) { return(Parenthesize("Declaration")); }