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