Class: Idl::IdAst

Inherits:
AstNode show all
Defined in:
lib/udb/idl/condition_to_udb.rb

Instance Method Summary collapse

Instance Method Details

#to_udb_h(symtab) ⇒ UdbHashType

Parameters:

  • symtab (Idl::SymbolTable)

Returns:



76
77
78
79
80
81
82
83
# File 'lib/udb/idl/condition_to_udb.rb', line 76

def to_udb_h(symtab)
  {
    "param" => {
      "name" => name,
      "equal" => true
    }
  }
end