Class: Idl::ParenExpressionAst

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



39
40
41
# File 'lib/udb/idl/condition_to_udb.rb', line 39

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