Class: Command::SetVisitor
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Command::SetVisitor
- Defined in:
- lib/command-set/command-common.rb
Instance Method Summary collapse
- #arrive_at(terms, node) ⇒ Object
- #command_out_of_terms(node) ⇒ Object
- #extra_terms(terms, node) ⇒ Object
- #leave_from(terms, node) ⇒ Object
- #set_out_of_terms(node) ⇒ Object
- #term_without_hop(terms, node) ⇒ Object
Instance Method Details
#arrive_at(terms, node) ⇒ Object
9 10 |
# File 'lib/command-set/command-common.rb', line 9 def arrive_at(terms, node) end |
#command_out_of_terms(node) ⇒ Object
15 16 |
# File 'lib/command-set/command-common.rb', line 15 def command_out_of_terms(node) end |
#extra_terms(terms, node) ⇒ Object
21 22 |
# File 'lib/command-set/command-common.rb', line 21 def extra_terms(terms, node) end |
#leave_from(terms, node) ⇒ Object
6 7 |
# File 'lib/command-set/command-common.rb', line 6 def leave_from(terms, node) end |
#set_out_of_terms(node) ⇒ Object
12 13 |
# File 'lib/command-set/command-common.rb', line 12 def set_out_of_terms(node) end |
#term_without_hop(terms, node) ⇒ Object
18 19 |
# File 'lib/command-set/command-common.rb', line 18 def term_without_hop(terms, node) end |