Class: Delorean::GetattrExp
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Instance Method Details
#check(context) ⇒ Object
288 289 290 291 |
# File 'lib/delorean/nodes.rb', line 288 def check(context, *) v.check(context) dotted.check(context) end |
#rewrite(context) ⇒ Object
293 294 295 296 |
# File 'lib/delorean/nodes.rb', line 293 def rewrite(context) vcode = v.rewrite(context) dotted.rewrite(context, vcode) end |