Class: RLSL::Prism::CompilationUnit

Inherits:
Struct
  • Object
show all
Defined in:
lib/rlsl/prism/compilation_unit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#irObject

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



5
6
7
# File 'lib/rlsl/prism/compilation_unit.rb', line 5

def ir
  @ir
end

#source_unitObject

Returns the value of attribute source_unit

Returns:

  • (Object)

    the current value of source_unit



5
6
7
# File 'lib/rlsl/prism/compilation_unit.rb', line 5

def source_unit
  @source_unit
end