Interface GeneratedByteCode
- All Known Implementing Classes:
BaseActivation
,ConstantActionActivation
,CursorActivation
public interface GeneratedByteCode
Generated classes must implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptione0()
e1()
e2()
e3()
e4()
e5()
e6()
e7()
e8()
e9()
getGC()
Get the GeneratedClass object for this object.void
initFromContext
(Context context) Initialize the generated class from a context.void
Called by the class manager just after calling setGC().void
setGC
(GeneratedClass gc) Set the Generated Class.
-
Method Details
-
initFromContext
Initialize the generated class from a context. Called by the class manager just after creating the instance of the new class.- Throws:
StandardException
-
setGC
Set the Generated Class. Call by the class manager just after calling initFromContext. -
postConstructor
Called by the class manager just after calling setGC().- Throws:
StandardException
-
getGC
GeneratedClass getGC()Get the GeneratedClass object for this object. -
getMethod
- Throws:
StandardException
-
e0
- Throws:
StandardException
-
e1
- Throws:
StandardException
-
e2
- Throws:
StandardException
-
e3
- Throws:
StandardException
-
e4
- Throws:
StandardException
-
e5
- Throws:
StandardException
-
e6
- Throws:
StandardException
-
e7
- Throws:
StandardException
-
e8
- Throws:
StandardException
-
e9
- Throws:
StandardException
-