Sets the Lexer instance.
Twig_LexerInterface A Twig_LexerInterface instance:
public function setLexer(Twig_LexerInterface $lexer) { $this->lexer = $lexer; }