PHPParser_Parser::yyn319 PHP Method

yyn319() protected method

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