12-20-2012, 07:22 PM,
|
|||||
|
|||||
import public
{import * from A-PACKAGE}
と、 {import public * A-PACKAGE} の違いがよくわかりません。 このインポート文がB-PACKAGEに書かれているとして、 後者は「B-PACKAGEをインポートすると、A-PACKAGEもインポートしたことになる」という理解でよいのでしょうか。 |
|||||
12-27-2012, 04:45 PM,
|
|||||
|
|||||
RE: import public
そうです。
CURL.GUI.STANDARD パッケージなどがこのタイプです。 |
|||||
12-28-2012, 01:47 PM,
|
|||||
|
|||||
RE: import public
"import public" means that any symbols imported from the package via "import public" can be re-exported by the current package. Otherwise symbols are imported just for use by the current package doing the importing, and can not be re-exported.
|
|||||
« Next Oldest | Next Newest »
|
Users browsing this thread:
3 Guest(s)
3 Guest(s)