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



83
84
85
# File 'lib/ibex/frontend/ast.rb', line 83

def declarations
  @declarations
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



83
84
85
# File 'lib/ibex/frontend/ast.rb', line 83

def loc
  @loc
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



83
84
85
# File 'lib/ibex/frontend/ast.rb', line 83

def rules
  @rules
end