SimpMeta Programmer's Manual

static SimpType loadClass ( char* name )

loading

Documentation

This method loads an intermediate representation (class file) from the disk into memory.

Returns:
a SimpType object.
Parameters:
name - : the complete name of the class. the name follows the following convention: if it is a Java class: packageName.[outerClassName.]*className; if it is a C module: native.moduleName.

alphabetic index hierarchy of classes


generated by doc++