Kross
Kross::KjsInterpreter Class Reference
#include <kjsinterpreter.h>
Inheritance diagram for Kross::KjsInterpreter:
Public Member Functions | |
KjsInterpreter (Kross::InterpreterInfo *info) | |
virtual | ~KjsInterpreter () |
virtual Kross::Script * | createScript (Kross::Action *Action) |
Public Member Functions inherited from Kross::Interpreter | |
Interpreter (InterpreterInfo *info) | |
virtual | ~Interpreter () |
InterpreterInfo * | interpreterInfo () const |
Public Member Functions inherited from Kross::ErrorInterface | |
ErrorInterface () | |
void | clearError () |
long | errorLineNo () const |
const QString | errorMessage () const |
const QString | errorTrace () const |
bool | hadError () const |
void | setError (const QString &errormessage, const QString &tracemessage=QString(), long lineno=-1) |
void | setError (ErrorInterface *error) |
Detailed Description
The KjsInterpreter class implements Kross::Interpreter for the KDE Javascript interpreter backend.
Definition at line 40 of file kjsinterpreter.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
info The Kross::InterpreterInfo instance which describes the KjsInterpreter for applications using Kross.
Definition at line 42 of file kjsinterpreter.cpp.
|
virtual |
Destructor.
Definition at line 48 of file kjsinterpreter.cpp.
Member Function Documentation
|
virtual |
- Returns
- a KjsScript instance.
Implements Kross::Interpreter.
Definition at line 53 of file kjsinterpreter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.