Class: Fusion::Token
- Inherits:
-
Struct
- Object
- Struct
- Fusion::Token
- Defined in:
- lib/fusion.rb
Overview
LEXER
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos
45 46 47 |
# File 'lib/fusion.rb', line 45 def pos @pos end |
#type ⇒ Object
Returns the value of attribute type
45 46 47 |
# File 'lib/fusion.rb', line 45 def type @type end |
#value ⇒ Object
Returns the value of attribute value
45 46 47 |
# File 'lib/fusion.rb', line 45 def value @value end |