Modifier and Type | Method and Description |
---|---|
public int | Returns: the class loader's versionReturn the class reload version that this class was built at. |
public GeneratedMethod | |
public String | |
public Object | Returns: an object of the indicated classContext for the class context)Return a new object that is an instance of the represented class. |
getClassLoaderVersion | back to summary |
---|---|
public int getClassLoaderVersion() Return the class reload version that this class was built at.
|
getMethod | back to summary |
---|---|
public GeneratedMethod getMethod(String simpleName) throws StandardException Obtain a handle to the method with the given name that takes no arguments.
|
getName | back to summary |
---|---|
public String getName() Return the name of the generated class.
|
newInstance | back to summary |
---|---|
public Object newInstance(Context context) throws StandardException Return a new object that is an instance of the represented class. The object will have been initialised by the no-arg constructor of the represneted class. (Similar to java.lang.Class.newInstance).
|