Class: Reggae::MemoryMap

Inherits:
Struct
  • Object
show all
Includes:
Visitable
Defined in:
lib/reggae/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Visitable

#accept

Instance Attribute Details

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



10
11
12
# File 'lib/reggae/ast.rb', line 10

def comments
  @comments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/reggae/ast.rb', line 10

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



10
11
12
# File 'lib/reggae/ast.rb', line 10

def parameters
  @parameters
end

#zonesObject

Returns the value of attribute zones

Returns:

  • (Object)

    the current value of zones



10
11
12
# File 'lib/reggae/ast.rb', line 10

def zones
  @zones
end