Module: Idl::Declaration

Overview

interface for any AstNode that introduces a new symbol into scope

Instance Method Summary collapse

Instance Method Details

#add_symbol(symtab) ⇒ Object



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

def add_symbol(symtab); end

#declaration?Boolean

Returns:

  • (Boolean)


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

def declaration? = true