Class: Ibex::Frontend::AST::InlineAction

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/ibex/frontend/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#to_h

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



240
241
242
# File 'lib/ibex/frontend/ast.rb', line 240

def code
  @code
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



240
241
242
# File 'lib/ibex/frontend/ast.rb', line 240

def loc
  @loc
end