|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SObjBlock
This class represents a block of code. Associated with every block is the context where it was created.
| Method Summary | |
|---|---|
java.lang.Object |
exec()
Executes the block in a new context which is an imediate descendent of the context where the block was created. |
java.lang.Object |
exec(SContext aContext)
Executes the block in the context given as argument. |
SContext |
getContext()
The context where the block was created. |
| Method Detail |
|---|
SContext getContext()
java.lang.Object exec(SContext aContext)
throws STeaException
aContext - Context inside which the block will be executed.
STeaException - Thrown if something happened while
executing the statements that form the block.
java.lang.Object exec()
throws STeaException
STeaException - Thrown if something happened while
executing the statements that form the block.
|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||