Package se.krka.kahlua.j2se
Class J2SEPlatform
java.lang.Object
se.krka.kahlua.j2se.J2SEPlatform
- All Implemented Interfaces:
Platform
public class J2SEPlatform extends java.lang.Object implements Platform
-
Constructor Summary
Constructors Constructor Description J2SEPlatform()
-
Method Summary
Modifier and Type Method Description static J2SEPlatform
getInstance()
KahluaTable
newEnvironment()
KahluaTable
newTable()
double
pow(double double1, double double2)
void
setupEnvironment(KahluaTable kahluaTable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
J2SEPlatform
public J2SEPlatform()
-
-
Method Details
-
getInstance
-
pow
public double pow(double double1, double double2) -
newTable
-
newEnvironment
- Specified by:
newEnvironment
in interfacePlatform
-
setupEnvironment
- Specified by:
setupEnvironment
in interfacePlatform
-