Class: Udb::Eqn::EqnParen

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/udb/eqn.rb

Instance Method Summary collapse

Instance Method Details

#to_logic_tree(term_map) ⇒ LogicNode

Parameters:

Returns:



130
131
132
# File 'lib/udb/eqn.rb', line 130

def to_logic_tree(term_map)
  send(:conjunction).to_logic_tree(term_map)
end