|
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.modules.tos.STosClass
com.pdmfc.tea.modules.tos.SJavaClass
public class SJavaClass
| Field Summary |
|---|
| Fields inherited from class com.pdmfc.tea.modules.tos.STosClass |
|---|
_constructName |
| Constructor Summary | |
|---|---|
SJavaClass(java.lang.Class javaClass)
|
|
SJavaClass(java.lang.String javaClassName)
|
|
| Method Summary | |
|---|---|
STosObj |
newInstance()
Creates a new instance of an object of this TOS class, but does not initialize the object. |
| Methods inherited from class com.pdmfc.tea.modules.tos.STosClass |
|---|
addConstructor, addMethod, addMethod, getConstructor, getMethod, getName, getSuperClass, level, memberNames, newInstance, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SJavaClass(java.lang.String javaClassName)
throws SRuntimeException
SRuntimeException
public SJavaClass(java.lang.Class javaClass)
throws SRuntimeException
SRuntimeException| Method Detail |
|---|
public STosObj newInstance()
throws STeaException
STosClass
newInstance in class STosClassSTeaException - Not throws by this method. Only declared
for derived classes that reimplement this method.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||