Tea Java Runtime API
Version 3.2.5

com.pdmfc.tea.modules.lang
Class SModuleLang

java.lang.Object
  extended by com.pdmfc.tea.modules.SModule
      extended by com.pdmfc.tea.modules.lang.SModuleLang

public class SModuleLang
extends SModule

Module of core Tea functions


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
end, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SModuleLang

public SModuleLang()
Method Detail

init

public void init(STeaRuntime context)
          throws STeaException
Description copied from class: SModule
Populates the context 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.

Overrides:
init in class SModule
Parameters:
context - Reference to the STeaRuntime object to be populated.
Throws:
STeaException

stop

public void stop()
Signals that the package will not be used until a call to the start() method is made again. It releases all the locks acquired and not yet released within this interpreter.

Overrides:
stop in class SModule

Tea Java Runtime API
Version 3.2.5

© 2009 PDM&FC, All Rights Reserved.