Class: Strling::IR::Group

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#atomicObject (readonly)

Returns the value of attribute atomic

Returns:

  • (Object)

    the current value of atomic



11
12
13
# File 'lib/strling/ir.rb', line 11

def atomic
  @atomic
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



11
12
13
# File 'lib/strling/ir.rb', line 11

def body
  @body
end

#capturingObject (readonly)

Returns the value of attribute capturing

Returns:

  • (Object)

    the current value of capturing



11
12
13
# File 'lib/strling/ir.rb', line 11

def capturing
  @capturing
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



11
12
13
# File 'lib/strling/ir.rb', line 11

def ir
  @ir
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/strling/ir.rb', line 11

def name
  @name
end