Documentation

LKCodeGenLoader class documentation

LKCodeGenLoader : NSObject

AuthorsGenerated by builder
Declared inLKCodeGen.h

Overview

Class used to instantiate the default code generators. Lazily loads the code generator components the first time it receives a message.


Default

+ (id <LKCodeGenerator>) defaultJIT

Returns the default code generator for JIT compilation.

    + (id <LKStaticCodeGenerator>) defaultStaticCompilerWithFile: (NSString *)outFile

    Returns the default code generator for static compilation, outputting to the file specified in the argument.