Class: RLSL::Prism::CompilationUnit
- Inherits:
-
Struct
- Object
- Struct
- RLSL::Prism::CompilationUnit
- Defined in:
- lib/rlsl/prism/compilation_unit.rb
Instance Attribute Summary collapse
-
#ir ⇒ Object
Returns the value of attribute ir.
-
#source_unit ⇒ Object
Returns the value of attribute source_unit.
Instance Attribute Details
#ir ⇒ Object
Returns the value of attribute ir
5 6 7 |
# File 'lib/rlsl/prism/compilation_unit.rb', line 5 def ir @ir end |
#source_unit ⇒ Object
Returns the value of attribute source_unit
5 6 7 |
# File 'lib/rlsl/prism/compilation_unit.rb', line 5 def source_unit @source_unit end |