|
Class Summary |
| ClientMatlab |
Class ClientMatlab writes the Matlab class constructor description
that will point to the private mexFunction code written by ClientMexStub. |
| ClientMexStub |
Class ClientMexStub writes the Matlab native code descriptions that
will point to the JNI C code written by ClientJNI. |
| GenerateMatlabClient |
This class is responsible for generating the Matlab client-side code. |
| Matlab |
This class defines some of the fundamental mapping rules for translating
a symbol in the sidl file into Python. |