Category: Proxy usage
Q
What are these xmog_ types all about?
A
Any type whose name starts with xmog_ is a part of the Codemesh runtime library xmogrt. The Codemesh runtime library provides the generic (type-independent) functionality that the generated code uses to remain as thin as possible.
The types which you will most frequently use are:
- the primitive array proxy types xmog_java_boolean_array, etc.
- the JVM loader xmog_jvm_loader
- the root exception xmog_exception
