示例#1
0
 public string Visit(Expr.Super _super)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public object Visit(Expr.Super _super)
 {
     return(null);
 }
示例#3
0
 public object Visit(Expr.Super _super)
 {
     throw new NotImplementedException();
 }