Class: Ibex::Frontend::AST::NodeAnnotation

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

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



241
242
243
# File 'lib/ibex/frontend/ast.rb', line 241

def fields
  @fields
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



241
242
243
# File 'lib/ibex/frontend/ast.rb', line 241

def loc
  @loc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



241
242
243
# File 'lib/ibex/frontend/ast.rb', line 241

def name
  @name
end