Class: Romanesco::AdditionToken

Inherits:
OperatorToken show all
Defined in:
lib/romanesco/token.rb

Instance Attribute Summary

Attributes inherited from Token

#expression_part

Instance Method Summary collapse

Methods inherited from OperatorToken

#state_machine_class

Methods inherited from Token

#initialize, #state_machine_class

Constructor Details

This class inherits a constructor from Romanesco::Token

Instance Method Details

#elementObject



48
49
50
# File 'lib/romanesco/token.rb', line 48

def element
  AdditionOperator
end