Package | Description |
---|---|
clojure.lang |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Class |
Compiler.NewInstanceExpr.compileStub(java.lang.String superName,
Compiler.NewInstanceExpr ret,
java.lang.String[] interfaceNames,
java.lang.Object frm)
Current host interop uses reflection, which requires pre-existing classes
Work around this by:
Generate a stub class that has the same interfaces and fields as the class we are generating.
|