Class: Reggae::Zone

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

Direct Known Subclasses

Subzone

Instance Attribute Summary collapse

Method Summary

Methods included from Visitable

#accept

Instance Attribute Details

#instancesObject

Returns the value of attribute instances

Returns:

  • (Object)

    the current value of instances



30
31
32
# File 'lib/reggae/ast.rb', line 30

def instances
  @instances
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/reggae/ast.rb', line 30

def name
  @name
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



30
31
32
# File 'lib/reggae/ast.rb', line 30

def range
  @range
end

#registersObject

Returns the value of attribute registers

Returns:

  • (Object)

    the current value of registers



30
31
32
# File 'lib/reggae/ast.rb', line 30

def registers
  @registers
end

#subzonesObject

Returns the value of attribute subzones

Returns:

  • (Object)

    the current value of subzones



30
31
32
# File 'lib/reggae/ast.rb', line 30

def subzones
  @subzones
end