|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pdmfc.tea.compiler.SCode
public class SCode
A Tea program that can be executed in a given context. A Tea program is just a sequence of Tea statements.
| Method Summary | |
|---|---|
java.lang.Object |
exec(SContext context)
Executes the sequence of Tea statements in the context given as argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final java.lang.Object exec(SContext context)
throws STeaException
context - Context inside wich the block will be executed.
STeaException - Only thrown by the execution of one of the
statements.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||