Class: Ibex::Frontend::AST::Parameter

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



191
192
193
# File 'lib/ibex/frontend/ast.rb', line 191

def loc
  @loc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



191
192
193
# File 'lib/ibex/frontend/ast.rb', line 191

def name
  @name
end

#semantic_typeObject

Returns the value of attribute semantic_type

Returns:

  • (Object)

    the current value of semantic_type



191
192
193
# File 'lib/ibex/frontend/ast.rb', line 191

def semantic_type
  @semantic_type
end