public object VisitThisExpr(Expr.This expr) { throw new NotImplementedException(); }
public string VisitThisExpr(Expr.This expr) { return(expr.Keyword._lexme); }