Class: Aurum::Engine::Token
- Inherits:
-
Struct
- Object
- Struct
- Aurum::Engine::Token
- Defined in:
- lib/aurum/engine/tokenization_facility.rb
Instance Attribute Summary collapse
-
#terminal ⇒ Object
Returns the value of attribute terminal.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#terminal ⇒ Object
Returns the value of attribute terminal
3 4 5 |
# File 'lib/aurum/engine/tokenization_facility.rb', line 3 def terminal @terminal end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/aurum/engine/tokenization_facility.rb', line 3 def value @value end |
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/aurum/engine/tokenization_facility.rb', line 4 def to_s terminal end |