Ejemplo n.º 1
0
 public object VisitThisExpr(Expr.This expr)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public string VisitThisExpr(Expr.This expr)
 {
     return(expr.Keyword._lexme);
 }