Class: Yoda::Typing::Tree::ConditionalLoop
- Defined in:
- lib/yoda/typing/tree/conditional_loop.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#build_child, #generator, #infer_child, #initialize, #inspect, #pretty_print, #type
Constructor Details
This class inherits a constructor from Yoda::Typing::Tree::Base
Instance Method Details
#infer_type ⇒ Object
8 9 10 11 |
# File 'lib/yoda/typing/tree/conditional_loop.rb', line 8 def infer_type # TODO infer_child(node.body) end |
#node ⇒ AST::ConditionalLoopNode
8 9 10 11 |
# File 'lib/yoda/typing/tree/conditional_loop.rb', line 8 def infer_type # TODO infer_child(node.body) end |