Class: Idl::ImplicationStatementAst

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

Constant Summary

Constants inherited from AstNode

AstNode::UdbHashType

Instance Method Summary collapse

Instance Method Details

#to_udb_h(symtab) ⇒ Object



46
47
48
# File 'lib/udb/idl/condition_to_udb.rb', line 46

def to_udb_h(symtab)
  expression.to_udb_h(symtab)
end