', $this->name); } public function parse(Twig_Token $token) { $this->parser->getStream()->expect(Twig_Token::NUMBER_TYPE); return new Twig_Node_Expression_Constant($token->getValue(), $token->getLine()); } }