|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::perl::APerlInterpreter Class Reference#include <PerlInterpreter.h>
Inheritance diagram for acdk::perl::APerlInterpreter:
List of all members.
Detailed Description
Representing the Perl interpreter.
- Author:
- Roger Rene Kommer (kommer@artefaktur.com)
- Version:
- Revision
- 1.14
- Date:
- Date
- 2005/04/08 10:53:20
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::perl::APerlInterpreter::APerlInterpreter |
( |
|
) |
|
|
Member Function Documentation
|
Calls a script function.
Note: may not all script interpreter support this function - Parameters:
-
func | the name of the function |
args | the arguments for the function |
- Returns:
- result of the call
Reimplemented from acdk::lang::dmi::ScriptInterpreter. |
|
Evaluate the code .
On some interpreter it is equal to parse. - Parameters:
-
script | the script to eval |
- Returns:
- the output or result of the script fragment
- Bug:
- does't seem to work
Implements acdk::lang::dmi::ScriptInterpreter. |
|
Do debug the given Script.
May not work on all scripting languages - Parameters:
-
in | Inputstream for users input and script |
out | Scripts output and users Echo output |
err | Error stream |
|
|
Calls a script method of given object.
- Parameters:
-
obj | the 'this' object of the script, which is a wrapper to the scripting |
func | the name of the function |
args | the arguments for the function |
- Returns:
- result of the call
Reimplemented from acdk::lang::dmi::ScriptInterpreter. |
void acdk::perl::APerlInterpreter::parse |
( |
IN(RStringArray) |
args |
) |
|
|
virtual void acdk::perl::APerlInterpreter::parse |
( |
IN(RString) |
script |
) |
[virtual] |
|
virtual void acdk::perl::APerlInterpreter::parse |
( |
IN(RFile) |
file |
) |
[virtual] |
|
int acdk::perl::APerlInterpreter::run |
( |
|
) |
|
|
Member Data Documentation
|
|