Class: Delorean::GetattrExp
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Instance Method Details
#check(context) ⇒ Object
347 348 349 350 |
# File 'lib/delorean/nodes.rb', line 347 def check(context, *) v.check(context) dotted.check(context) end |
#rewrite(context) ⇒ Object
352 353 354 355 |
# File 'lib/delorean/nodes.rb', line 352 def rewrite(context) vcode = v.rewrite(context) dotted.rewrite(context, vcode) end |