Class: Sass::Script::Lexer::Token
- Inherits:
-
Struct
- Object
- Struct
- Sass::Script::Lexer::Token
- Defined in:
- /var/www/sass-pages/.sass/lib/sass/script/lexer.rb
Overview
A struct containing information about an individual token.
type: [Symbol]- The type of token.
value: [Object]- The Ruby object corresponding to the value of the token.
line: [Fixnum]- The line of the source file on which the token appears.
offset: [Fixnum]- The number of bytes into the line the SassScript token appeared.
pos: [Fixnum]- The scanner position at which the SassScript token appeared.
Instance Attribute Summary
Instance Attribute Details
- line
- offset
- pos
- type
- value