Class: Ibex::Frontend::AST::Star

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

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



254
255
256
# File 'lib/ibex/frontend/ast.rb', line 254

def item
  @item
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



254
255
256
# File 'lib/ibex/frontend/ast.rb', line 254

def loc
  @loc
end