PHPParser_Parser::yyn312 PHP Method

yyn312() protected method

protected yyn312 ( $line, $docComment )
    protected function yyn312($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Scalar_MethodConst($line, $docComment);
    }
PHPParser_Parser