Flow\Expression\NameExpression::repr PHP Method

repr() public method

public repr ( $compiler, $indent )
    public function repr($compiler, $indent = 0)
    {
        $compiler->repr($this->name, $indent);
    }