예제 #1
0
 public object VisitDeclaration(Declaration basetype)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public string VisitDeclaration(Declaration basetype)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public string VisitDeclaration(Declaration basetype)
 {
     return(Parenthesize("Declaration"));
 }