Class: IgniterLang::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter_lang/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



37
38
39
# File 'lib/igniter_lang/parser.rb', line 37

def col
  @col
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



37
38
39
# File 'lib/igniter_lang/parser.rb', line 37

def line
  @line
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



37
38
39
# File 'lib/igniter_lang/parser.rb', line 37

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



37
38
39
# File 'lib/igniter_lang/parser.rb', line 37

def value
  @value
end