org.openjx.core |
|
Java Source File Name | Type | Comment |
JXCompiler.java | Class | This class handles compilation of a JXObject into a Java class. |
JXInterpreter.java | Class | This class interprets the object stack into Java and executes it. |
JXObject.java | Class | This class represents a JXObject. |
JXStack.java | Class | This class allows the JXObjects to be utilized as a stack. |
JXTranslator.java | Class | This class simply translates specific values between OpenJX and Java. |
VirtualMachine.java | Class | This is the core class to the OpenJX application. |