Class: Dentaku::AST::Exponentiation
- Inherits:
-
Arithmetic
- Object
- Node
- Operation
- Arithmetic
- Dentaku::AST::Exponentiation
- Defined in:
- lib/dentaku/ast/arithmetic.rb
Instance Attribute Summary
Attributes inherited from Operation
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Arithmetic
Methods inherited from Operation
#dependencies, #initialize, right_associative?
Methods inherited from Node
Constructor Details
This class inherits a constructor from Dentaku::AST::Arithmetic
Class Method Details
.precedence ⇒ Object
150 151 152 |
# File 'lib/dentaku/ast/arithmetic.rb', line 150 def self.precedence 30 end |
Instance Method Details
#operator ⇒ Object
146 147 148 |
# File 'lib/dentaku/ast/arithmetic.rb', line 146 def operator :** end |