Simkin for Java Classes
This is a list of the main classes making up the Simkin interpreter within categories:
Core Interpreter Classes
- Executable - scriptable object calling interface
- ExecutableRoot - concrete base class for scriptable objects
- ExecutableContext - context for calling into the interpreter
- ExecutableIterator - interface for iterators over executable objects
- Interpreter - Simkin script interpreter
- Null - the Simkin null object
- StackFrame - an object storing information about the invocation of a method
- StatementStepper - an interface for objects controlling the execution of scripts
- TraceCallback - an interface for objects catching tracing messages from the interpreter
- Tracer - an object outputting tracing messages
TreeNode Classes
JAXP XML Classes