BBjInterpreter::getInterpreter
Description
Returns a BBjInterpreter object that provides access to selected BBj interpreter functionality through a Java API. This method allows Java code to invoke interpreter-level operations such as executing BBj commands, calling BBj programs, and managing interpreter behavior without direct access to the BBj language.
Syntax
| Return Value | Method |
|---|---|
| BBjInterpreter | getInterpreter() |
Parameters
None.
Return Value
Returns a BBjInterpreter object that provides access to interpreter-level functionality through the Java API.
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.