Class: Ibex::Frontend::AST::Start

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



127
128
129
# File 'lib/ibex/frontend/ast.rb', line 127

def loc
  @loc
end

#namesObject

Returns the value of attribute names

Returns:

  • (Object)

    the current value of names



127
128
129
# File 'lib/ibex/frontend/ast.rb', line 127

def names
  @names
end