|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
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. |
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 . The result of compiling a Tea program is an
SCompiler object. The
second step involves the actual execution of the Tea program. This is
achieved by calling the SCode method on the SCode.exec(SContext) obtained from the
compilation step.
SCode
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||