Class: Ibex::Frontend::AST::Options

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



112
113
114
# File 'lib/ibex/frontend/ast.rb', line 112

def loc
  @loc
end

#namesObject

Returns the value of attribute names

Returns:

  • (Object)

    the current value of names



112
113
114
# File 'lib/ibex/frontend/ast.rb', line 112

def names
  @names
end