コード例 #1
0
ファイル: RhinoEngine.java プロジェクト: oberhamsi/ringojs
 /**
  * Get the name of the main script as module name, if any
  *
  * @return the main module name, or null
  */
 public String getMainModule() {
   return config.getMainModule();
 }