class SyntaxSuggest::LexValue

用于访问词法值的 Value 对象

此词法

[1, 0], :on_ident, "describe", CMDARG

会翻译成

lex.line # => 1
lex.type # => :on_indent
lex.token # => "describe"