예제 #1
0
 public object VisitThisExpr(Expr.This expr)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public string VisitThisExpr(Expr.This expr)
 {
     return(expr.Keyword._lexme);
 }