Class: Ibex::Frontend::AST::Conversion

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

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



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

def expression
  @expression
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



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

def loc
  @loc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end