Kross
qts-interpreter/interpreter.cpp
The EcmaInterpreter class implements a Kross::Interpreter to provide a factory for EcmaScript instanc...
Definition: qts-interpreter/interpreter.h:55
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:112
The EcmaScript class implements a Kross::Script to handle a single script.
Definition: qts-interpreter/script.h:56
EcmaInterpreter(Kross::InterpreterInfo *info)
Constructor.
Definition: qts-interpreter/interpreter.cpp:40
The InterpreterInfo class provides abstract information about a Interpreter before the interpreter-ba...
Definition: core/interpreter.h:61
Kross::Script * createScript(Kross::Action *action) override
Factory method to create a new EcmaScript instance.
Definition: qts-interpreter/interpreter.cpp:53
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:02:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:02:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.