Class | Description |
---|---|
DotNotationParser |
Extended expression parser that uses a fun little hack to support dot
notation on precompiler level, that is, calling OBJECT.method();
|
ExtendedFunctionTokenFactory |
DelegatingFactory, used to create all built-in function tokens, specific for
the GUI.
|
GUICompiler |
Extension of Compiler, which supports printing out the errors in the
statusWindow
|
GUIVirtualMachine |
An extension of the regular
VirtualMachine , allowing it to carry a reference to
a GUIPanel . |
SimpleDoubleParser |
A utility class for parsing text containing multiple Doubles at once.
|