Class: Ibex::Frontend::AST::ParserConfiguration

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

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



207
208
209
# File 'lib/ibex/frontend/ast.rb', line 207

def loc
  @loc
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



207
208
209
# File 'lib/ibex/frontend/ast.rb', line 207

def settings
  @settings
end