Class: Romanesco::OperandToken

Inherits:
Token
  • Object
show all
Defined in:
lib/romanesco/token.rb

Direct Known Subclasses

ConstantToken, VariableToken

Instance Attribute Summary

Attributes inherited from Token

#expression_part

Instance Method Summary collapse

Methods inherited from Token

#element, #initialize

Constructor Details

This class inherits a constructor from Romanesco::Token

Instance Method Details

#state_machine_classObject



62
63
64
# File 'lib/romanesco/token.rb', line 62

def state_machine_class
  OperandToken
end