|
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 STosObj
Represents an instance of a TOS class.
| Method Summary | |
|---|---|
SContext |
getMembers(int level)
Fetches the members for this TOS object corresponding to a given TOS class in the TOS object class hierarchy. |
STosClass |
getTosClass()
Fetches the TOS class this TOS object is an instance of. |
void |
init(STosClass myClass,
SContext context,
java.lang.Object[] constructorArgs)
Initializes the object internal state. |
| Methods inherited from interface com.pdmfc.tea.runtime.SObjFunction |
|---|
exec |
| Method Detail |
|---|
void init(STosClass myClass,
SContext context,
java.lang.Object[] constructorArgs)
throws STeaException
myClass - The TOS class the TOS object belong to.context - The context where the TOS object is being
instantiated.constructorArgs - The arguments to pass the constructor of
this TOS object.
STeaExceptionSTosClass getTosClass()
init(...).
STosClass this TOS object is
associated with.SContext getMembers(int level)
SContext has no parent.
level - Identifies the TOS class in the TOS object class
hierarchy of this TOS object. A value of zero means the root class
in the hierarchy.
|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||