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
tosink
with the providedoptions
. -
validateObjc(
ObjcOptions options, Root root) → List< Error> - Looks through the AST for features that aren't supported by the ObjC generator.