Tea Java Runtime API
Version 3.1.0

Package com.pdmfc.tea.compiler

Provides classes used for compiling Tea programs.

See:
          Description

Class Summary
SCode A Tea program that can be executed in a given context.
SCompiler Parses a Tea script and produces bytecode, that can be executed later.
 

Exception Summary
SCompileException Signals an abnormal condition while compiling Tea script.
 

Package com.pdmfc.tea.compiler Description

Provides classes used for compiling Tea programs. In order to run a Tea program two steps must be performed. First the Tea program must be compiled by a SCompiler. The result of compiling a Tea program is an SCode object. The second step involves the actual execution of the Tea program. This is achieved by calling the SCode.exec(SContext) method on the SCode obtained from the compilation step.


Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.