Class: Udb::Eqn::EqnParen
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Udb::Eqn::EqnParen
- Extended by:
- T::Sig
- Defined in:
- lib/udb/eqn.rb
Instance Method Summary collapse
Instance Method Details
#to_logic_tree(term_map) ⇒ LogicNode
130 131 132 |
# File 'lib/udb/eqn.rb', line 130 def to_logic_tree(term_map) send(:conjunction).to_logic_tree(term_map) end |