Class: Delorean::GetattrExp

Inherits:
SNode
  • Object
show all
Defined in:
lib/delorean/nodes.rb

Instance Method Summary collapse

Instance Method Details

#check(context) ⇒ Object



357
358
359
360
# File 'lib/delorean/nodes.rb', line 357

def check(context, *)
  v.check(context)
  dotted.check(context)
end

#rewrite(context) ⇒ Object



362
363
364
365
# File 'lib/delorean/nodes.rb', line 362

def rewrite(context)
  vcode = v.rewrite(context)
  dotted.rewrite(context, vcode)
end