Class: MilkTea::Lexer::StringLexResult
- Inherits:
-
Data
- Object
- Data
- MilkTea::Lexer::StringLexResult
- Defined in:
- lib/milk_tea/core/lexer.rb
Instance Attribute Summary collapse
-
#consumed_lines ⇒ Object
readonly
Returns the value of attribute consumed_lines.
-
#next_index ⇒ Object
readonly
Returns the value of attribute next_index.
Instance Attribute Details
#consumed_lines ⇒ Object (readonly)
Returns the value of attribute consumed_lines
33 34 35 |
# File 'lib/milk_tea/core/lexer.rb', line 33 def consumed_lines @consumed_lines end |
#next_index ⇒ Object (readonly)
Returns the value of attribute next_index
33 34 35 |
# File 'lib/milk_tea/core/lexer.rb', line 33 def next_index @next_index end |