PHPParser_Parser::yyn82 PHP Method

yyn82() protected method

protected yyn82 ( $line, $docComment )
    protected function yyn82($line, $docComment)
    {
        $this->yyval = PHPParser_Node_Stmt_Class::MODIFIER_FINAL;
    }
PHPParser_Parser