PHPParser_Parser::yyn355 PHP Метод

yyn355() защищенный Метод

protected yyn355 ( $line, $docComment )
    protected function yyn355($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_StaticPropertyFetch($this->yyastk[$this->yysp - (3 - 1)], substr($this->yyastk[$this->yysp - (3 - 3)], 1), $line, $docComment);
    }
PHPParser_Parser