Class: Ibex::Frontend::AST::Convert

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



172
173
174
# File 'lib/ibex/frontend/ast.rb', line 172

def loc
  @loc
end

#pairsObject

Returns the value of attribute pairs

Returns:

  • (Object)

    the current value of pairs



172
173
174
# File 'lib/ibex/frontend/ast.rb', line 172

def pairs
  @pairs
end