PHPParser_Parser::yyn176 PHP Method

yyn176() protected method

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