Class: Ibex::Frontend::AST::SeparatedList

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



289
290
291
# File 'lib/ibex/frontend/ast.rb', line 289

def item
  @item
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



289
290
291
# File 'lib/ibex/frontend/ast.rb', line 289

def loc
  @loc
end

#nonemptyObject

Returns the value of attribute nonempty

Returns:

  • (Object)

    the current value of nonempty



289
290
291
# File 'lib/ibex/frontend/ast.rb', line 289

def nonempty
  @nonempty
end

#separatorObject

Returns the value of attribute separator

Returns:

  • (Object)

    the current value of separator



289
290
291
# File 'lib/ibex/frontend/ast.rb', line 289

def separator
  @separator
end