Module: Idl::Executable

Overview

interface for nodes that can be executed, but don’t have a value (e.g., statements)

Instance Method Summary collapse

Instance Method Details

#executable?Boolean

Returns:

  • (Boolean)


745
# File 'lib/idlc/ast.rb', line 745

def executable? = true

#execute(symtab) ⇒ Object



756
# File 'lib/idlc/ast.rb', line 756

def execute(symtab); end