Class: Ibex::Frontend::AST::Fragment

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

#declarationsObject

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



87
88
89
# File 'lib/ibex/frontend/ast.rb', line 87

def declarations
  @declarations
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



87
88
89
# File 'lib/ibex/frontend/ast.rb', line 87

def loc
  @loc
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



87
88
89
# File 'lib/ibex/frontend/ast.rb', line 87

def rules
  @rules
end