scala.mobile

object Location

[source: scala/mobile/Location.scala]

object Location
extends Location
The object 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);
Author
Stephane Micheloud
Version
1.0, 04/05/2004
Methods inherited from Location
create
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf