|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratedByteCode
Generated classes must implement this interface.
Method Summary | |
---|---|
java.lang.Object |
e0()
|
java.lang.Object |
e1()
|
java.lang.Object |
e2()
|
java.lang.Object |
e3()
|
java.lang.Object |
e4()
|
java.lang.Object |
e5()
|
java.lang.Object |
e6()
|
java.lang.Object |
e7()
|
java.lang.Object |
e8()
|
java.lang.Object |
e9()
|
GeneratedClass |
getGC()
Get the GeneratedClass object for this object. |
GeneratedMethod |
getMethod(java.lang.String methodName)
|
void |
initFromContext(Context context)
Initialize the generated class from a context. |
void |
postConstructor()
Called by the class manager just after calling setGC(). |
void |
setGC(GeneratedClass gc)
Set the Generated Class. |
Method Detail |
---|
void initFromContext(Context context) throws StandardException
StandardException
void setGC(GeneratedClass gc)
void postConstructor() throws StandardException
StandardException
GeneratedClass getGC()
GeneratedMethod getMethod(java.lang.String methodName) throws StandardException
StandardException
java.lang.Object e0() throws StandardException
StandardException
java.lang.Object e1() throws StandardException
StandardException
java.lang.Object e2() throws StandardException
StandardException
java.lang.Object e3() throws StandardException
StandardException
java.lang.Object e4() throws StandardException
StandardException
java.lang.Object e5() throws StandardException
StandardException
java.lang.Object e6() throws StandardException
StandardException
java.lang.Object e7() throws StandardException
StandardException
java.lang.Object e8() throws StandardException
StandardException
java.lang.Object e9() throws StandardException
StandardException
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |