public interface JavaCodeGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generateCodeEntry(org.onosproject.yang.compiler.utils.io.YangPluginConfig yangPlugin)
Traverse the schema of application and generate corresponding code.
|
void |
generateCodeExit()
Traverse the schema of application and generate corresponding code.
|
void generateCodeEntry(org.onosproject.yang.compiler.utils.io.YangPluginConfig yangPlugin)
throws TranslatorException
yangPlugin - YANG plugin configTranslatorException - when fails to translate the data model treevoid generateCodeExit()
throws TranslatorException,
IOException
TranslatorException - when fails to generate java codeIOException - a violation in IO ruleCopyright © 2018. All rights reserved.