Class: Kumi::Core::IR::Op

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/core/ir.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Op



7
8
9
10
# File 'lib/kumi/core/ir.rb', line 7

def initialize(**args)
  super
  freeze
end

Instance Attribute Details

#argsObject

Returns the value of attribute args



6
7
8
# File 'lib/kumi/core/ir.rb', line 6

def args
  @args
end

#attrsObject

Returns the value of attribute attrs



6
7
8
# File 'lib/kumi/core/ir.rb', line 6

def attrs
  @attrs
end

#tagObject

Returns the value of attribute tag



6
7
8
# File 'lib/kumi/core/ir.rb', line 6

def tag
  @tag
end