PHPParser_Parser::yyn152 PHP Method

yyn152() protected method

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