Class: CPEE::Transformation::Tree
- Inherits:
-
Array
- Object
- Array
- CPEE::Transformation::Tree
- Defined in:
- lib/cpee/transformation/structures.rb
Overview
}}}
Instance Method Summary collapse
Instance Method Details
#condition? ⇒ Boolean
{{{
275 |
# File 'lib/cpee/transformation/structures.rb', line 275 def condition?; false; end |
#to_s(verbose = true) ⇒ Object
277 278 279 |
# File 'lib/cpee/transformation/structures.rb', line 277 def to_s(verbose=true) "TREE:\n" << print_tree(self,' ',verbose) end |