Class: IgniterLang::Token
- Inherits:
-
Struct
- Object
- Struct
- IgniterLang::Token
- Defined in:
- lib/igniter_lang/parser.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#line ⇒ Object
Returns the value of attribute line.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
37 38 39 |
# File 'lib/igniter_lang/parser.rb', line 37 def col @col end |
#line ⇒ Object
Returns the value of attribute line
37 38 39 |
# File 'lib/igniter_lang/parser.rb', line 37 def line @line end |
#type ⇒ Object
Returns the value of attribute type
37 38 39 |
# File 'lib/igniter_lang/parser.rb', line 37 def type @type end |
#value ⇒ Object
Returns the value of attribute value
37 38 39 |
# File 'lib/igniter_lang/parser.rb', line 37 def value @value end |