|
|
Scala 2.3.3
|
object
Location
extends scala.mobile.Location
with scala.ScalaObject
Location can be used to instantiate
objects on the same Java VM. It is just provided to illustrate
the special case where resources are available locally.
Example:
val obj = Location.create("xcode.Math");
val x = obj[Int, Int]("square")(5);| Constructor Summary | |
def
this
|
|
| Val inherited from scala.mobile.Location | |
| loader |
| Var inherited from scala.mobile.Location | |
| ccache , lcache |
| Def inherited from scala.mobile.Location | |
| create |
| Constructor Detail |