Class: MateExample::PrintScopeTree
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::PrintScopeTree
- Defined in:
- lib/javamateview/example.rb
Instance Attribute Summary collapse
-
#window ⇒ Object
Returns the value of attribute window.
Instance Method Summary collapse
Instance Attribute Details
#window ⇒ Object
Returns the value of attribute window.
220 221 222 |
# File 'lib/javamateview/example.rb', line 220 def window @window end |
Instance Method Details
#run ⇒ Object
222 223 224 |
# File 'lib/javamateview/example.rb', line 222 def run puts @window.mate_text.parser.root.pretty(0) end |