Class: Ibex::Frontend::AST::Group

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

#alternativesObject

Returns the value of attribute alternatives

Returns:

  • (Object)

    the current value of alternatives



264
265
266
# File 'lib/ibex/frontend/ast.rb', line 264

def alternatives
  @alternatives
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



264
265
266
# File 'lib/ibex/frontend/ast.rb', line 264

def loc
  @loc
end