Class: RubyRTL::Root
Instance Attribute Summary collapse
-
#body ⇒ Object
attr_accessor :ios,:decls,:body.
-
#decls ⇒ Object
attr_accessor :ios,:decls,:body.
Attributes inherited from Ast
Instance Method Summary collapse
-
#initialize ⇒ Root
constructor
A new instance of Root.
Methods inherited from Ast
Constructor Details
Instance Attribute Details
#body ⇒ Object
attr_accessor :ios,:decls,:body
26 27 28 |
# File 'lib/ruby_rtl/ast.rb', line 26 def body @body end |
#decls ⇒ Object
attr_accessor :ios,:decls,:body
26 27 28 |
# File 'lib/ruby_rtl/ast.rb', line 26 def decls @decls end |