PHPCfg\Parser::parseStmt_Declare PHP Method

parseStmt_Declare() protected method

protected parseStmt_Declare ( Declare_ $node )
$node PhpParser\Node\Stmt\Declare_
    protected function parseStmt_Declare(Stmt\Declare_ $node)
    {
        // TODO
    }
Parser