25 class_alias(
'Twig_Node_Expression_Constant',
'Twig\Node\Expression\ConstantExpression',
false);
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
repr($value)
Returns a PHP representation of a given value.
Abstract class for all nodes that represents an expression.
Create styles array
The data for the language used.
__construct($value, $lineno)