Class: Ibex::Frontend::AST::DisplayName

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



179
180
181
# File 'lib/ibex/frontend/ast.rb', line 179

def loc
  @loc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



179
180
181
# File 'lib/ibex/frontend/ast.rb', line 179

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



179
180
181
# File 'lib/ibex/frontend/ast.rb', line 179

def value
  @value
end