Flow\Expression\StringExpression::compile PHP 메소드

compile() 공개 메소드

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