| Package | Description |
|---|---|
| org.onosproject.yang.compiler.translator.tojava |
Generates java class definition from data model.
|
| org.onosproject.yang.compiler.translator.tojava.utils |
Translator's utils for YANG plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TempJavaBeanFragmentFiles
Represents implementation of java bean code fragments temporary implementations.
|
class |
TempJavaEnumerationFragmentFiles
Represents implementation of java code fragments temporary implementations.
|
class |
TempJavaEventFragmentFiles
Represent temporary java fragments for event files.
|
class |
TempJavaRpcCommandFragmentFiles
Represents implementation of java code fragments temporary
implementations.
|
class |
TempJavaRpcFragmentFiles
Represents implementation of java service code fragments temporary
implementations.
|
class |
TempJavaServiceFragmentFiles
Represents implementation of java service code fragments temporary
implementations.
|
class |
TempJavaTypeFragmentFiles
Represents implementation of java data type code fragments temporary implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaAttributeInfo |
TempJavaFragmentFiles.getCurNodeAsAttributeInTarget(org.onosproject.yang.compiler.datamodel.YangNode curNode,
org.onosproject.yang.compiler.datamodel.YangNode targetNode,
boolean listNode,
TempJavaFragmentFiles tempFiles)
Creates an attribute info object corresponding to a data model node
and return it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaExtendsListHolder.addToExtendsList(JavaQualifiedTypeInfoTranslator info,
org.onosproject.yang.compiler.datamodel.YangNode node,
TempJavaFragmentFiles tempJavaFragmentFiles)
Adds to the extends list.
|
void |
JavaExtendsListHolder.removeFromExtendsList(JavaQualifiedTypeInfoTranslator info,
TempJavaFragmentFiles javaFragmentFiles)
Removes from extends list.
|
Copyright © 2018. All rights reserved.