Class: Delorean::GetattrExp

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

Instance Method Summary collapse

Instance Method Details

#check(context) ⇒ Object



355
356
357
358
# File 'lib/delorean/nodes.rb', line 355

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

#rewrite(context) ⇒ Object



360
361
362
363
# File 'lib/delorean/nodes.rb', line 360

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