objc_generator library

Classes

ObjcGenerator
Class that manages all Objc code generation.
ObjcHeaderGenerator
Generates Objc .h file.
ObjcOptions
Options that control how Objective-C code will be generated.
ObjcSourceGenerator
Generates Objc .m file.

Functions

generateObjcHeader(ObjcOptions options, Root root, Indent indent) → void
Generates the ".h" file for the AST represented by root to sink with the provided options.
validateObjc(ObjcOptions options, Root root) List<Error>
Looks through the AST for features that aren't supported by the ObjC generator.