public interface TargetCodeGenerator
| Modifier and Type | Method and Description |
|---|---|
CodeGenerator |
newInstance(Ir ir,
String outputDir)
Get a new
CodeGenerator for the given target language. |
CodeGenerator newInstance(Ir ir, String outputDir)
CodeGenerator for the given target language.ir - describing the message schemas from which code should be generated.outputDir - to which the generated code with be written.CodeGenerator for the given target language.Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.