Class: Java::OrgJrubyAst::RootNode

Inherits:
Object
  • Object
show all
Defined in:
lib/duby/old/compiler_old.rb

Instance Method Summary collapse

Instance Method Details

#compile(builder) ⇒ Object



712
713
714
715
716
717
718
# File 'lib/duby/old/compiler_old.rb', line 712

def compile(builder)
  # builder is class builder
      
  if body_node
    body_node.compile(builder)
  end
end