|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.pdmfc.tea.modules.SModule
|
+--com.pdmfc.tea.modules.lang.SModuleLang
Module of core Tea functions
| Field Summary | |
static SObjSymbol |
PATH_LIST_VAR
The name of the Tea global variable with the list of directory names where the import function looks for Tea
source files. |
| Constructor Summary | |
SModuleLang()
|
|
| Method Summary | |
void |
init(STeaRuntime context)
Populates the context with commands and variables. |
void |
stop()
Signals that the package will not be used until a call to the start() method is made again. |
| Methods inherited from class com.pdmfc.tea.modules.SModule |
addJavaFunction, end, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final SObjSymbol PATH_LIST_VAR
import function looks for Tea
source files.| Constructor Detail |
public SModuleLang()
| Method Detail |
public void init(STeaRuntime context)
throws STeaException
SModulecontext with commands and variables. If
this method is redefined in a derived class then the implementation
in the derived class is always expected to call this
implementation.init in class SModulecom.pdmfc.tea.modules.SModulecontext - Reference to the STeaRuntime object to be
populated.public void stop()
stop in class SModule
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||