|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GeneratedClass
A meta-class that represents a generated class. (Similar to java.lang.Class).
| Method Summary | |
|---|---|
int |
getClassLoaderVersion()
Return the class reload version that this class was built at. |
GeneratedMethod |
getMethod(java.lang.String simpleName)
Obtain a handle to the method with the given name that takes no arguments. |
java.lang.String |
getName()
Return the name of the generated class. |
java.lang.Object |
newInstance(Context context)
Return a new object that is an instance of the represented class. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.Object newInstance(Context context)
throws StandardException
StandardException - Standard Derby error policy
GeneratedMethod getMethod(java.lang.String simpleName)
throws StandardException
StandardException - Standard Derby error policyint getClassLoaderVersion()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||