BBjInterpreter::eval
Description
Evaluates the specified BBj command string in the BBjInterpreter context and returns the result. This method behaves like the BBj eval verb. A BBjException is thrown if the command cannot be evaluated or execution fails.
Syntax
| Return Value | Method |
|---|---|
| Object | eval(String p_cmd) |
Parameters
| Variable | Description |
|---|---|
| p_cmd | BBj command string to evaluate in the BBj interpreter context. |
Return Value
Returns an Object representing the result of evaluating the specified BBj command.
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.