Class: CodeTools::AST::PreExe19

Inherits:
PreExe show all
Defined in:
lib/rubinius/code/ast/sends.rb

Instance Attribute Summary

Attributes inherited from PreExe

#block

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from PreExe

#initialize, #pre_sexp, #to_sexp

Methods inherited from Node

#ascii_graph, #attributes, #bytecode, #children, #defined, #initialize, match_arguments?, match_send?, #new_block_generator, #new_generator, #node_name, #or_bytecode, #pos, #set_child, #to_sexp, #transform, transform, transform_comment, transform_kind, transform_kind=, transform_name, #value_defined, #visit, #walk

Constructor Details

This class inherits a constructor from CodeTools::AST::PreExe

Instance Method Details

#pre_bytecode(g) ⇒ Object



360
361
362
363
364
# File 'lib/rubinius/code/ast/sends.rb', line 360

def pre_bytecode(g)
  pos(g)

  @block.body.bytecode(g)
end