Facebook\HackCodegen\ICodegenFactory

Interface for factory methods to create codegen

This is the main entrypoint into the library; most users will want to use the concrete ` HackCodegenFactory ` class.

Interface Synopsis

namespace Facebook\HackCodegen;

interface ICodegenFactory {...}

Public Methods

Edit on GitHub