Class: Ibex::Frontend::AST::PrecedenceLevel

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

#associativityObject

Returns the value of attribute associativity

Returns:

  • (Object)

    the current value of associativity



106
107
108
# File 'lib/ibex/frontend/ast.rb', line 106

def associativity
  @associativity
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



106
107
108
# File 'lib/ibex/frontend/ast.rb', line 106

def loc
  @loc
end

#symbolsObject

Returns the value of attribute symbols

Returns:

  • (Object)

    the current value of symbols



106
107
108
# File 'lib/ibex/frontend/ast.rb', line 106

def symbols
  @symbols
end