Class: Ibex::Frontend::AST::ParserSetting

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

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



212
213
214
# File 'lib/ibex/frontend/ast.rb', line 212

def key
  @key
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



212
213
214
# File 'lib/ibex/frontend/ast.rb', line 212

def loc
  @loc
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



212
213
214
# File 'lib/ibex/frontend/ast.rb', line 212

def value
  @value
end