Class: MilkTea::SexprParser::Token
- Inherits:
-
Data
- Object
- Data
- MilkTea::SexprParser::Token
- Defined in:
- lib/milk_tea/tooling/sexpr_parser.rb
Overview
── tokenizer ─────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
26 27 28 |
# File 'lib/milk_tea/tooling/sexpr_parser.rb', line 26 def column @column end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
26 27 28 |
# File 'lib/milk_tea/tooling/sexpr_parser.rb', line 26 def kind @kind end |
#line ⇒ Object (readonly)
Returns the value of attribute line
26 27 28 |
# File 'lib/milk_tea/tooling/sexpr_parser.rb', line 26 def line @line end |
#text ⇒ Object (readonly)
Returns the value of attribute text
26 27 28 |
# File 'lib/milk_tea/tooling/sexpr_parser.rb', line 26 def text @text end |