jdk/src/share/classes/sun/misc/Launcher.java
/*
* Returns the class loader used to launch the main application.
*/
public ClassLoader getClassLoader() {
{- -------------------------------------------
(1) (単なる getter method)
(このフィールドには sun.misc.Launcher$AppClassLoader.getAppClassLoader() の返値が入っている. 値はコンストラクタで設定される)
---------------------------------------- -}
return loader;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.