Class: Ibex::Frontend::AST::Precedence

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

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



100
101
102
# File 'lib/ibex/frontend/ast.rb', line 100

def direction
  @direction
end

#levelsObject

Returns the value of attribute levels

Returns:

  • (Object)

    the current value of levels



100
101
102
# File 'lib/ibex/frontend/ast.rb', line 100

def levels
  @levels
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



100
101
102
# File 'lib/ibex/frontend/ast.rb', line 100

def loc
  @loc
end