Method: EBNF::LL1::Lexer::Token#value

Defined in:
lib/ebnf/ll1/lexer.rb

#valueString (readonly)

The token’s value.

Returns:

  • (String)


361
362
363
# File 'lib/ebnf/ll1/lexer.rb', line 361

def value
  @value
end