| Package | Description |
|---|---|
| org.dmd.dmg.generators | |
| org.dmd.dms | |
| org.dmd.templates.server.extended | |
| org.dmd.util.codegen |
| Modifier and Type | Method and Description |
|---|---|
void |
DMWGenerator.getAdditionalWrapperImports(DmgConfigDMO config,
ConfigLocation loc,
ConfigFinder f,
SchemaManager sm,
ClassDefinition cd,
ImportManager imports) |
void |
BaseDMWGenerator.getAdditionalWrapperImports(DmgConfigDMO config,
ConfigLocation loc,
ConfigFinder f,
SchemaManager sm,
ClassDefinition cd,
ImportManager imports)
At this level, we do nothing.
|
void |
BaseDMWGenerator.getAttributesAndImports(ClassDefinition cd,
ArrayList<AttributeDefinition> allAttr,
ImportManager imports)
This method cycles through the class derivation hierarchy and the types required by all
attributes associated with this class to determine the appropriate set of import statements
required for the DMO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefinition.addImportsForAdditionalAttributes(SchemaManager sm,
ImportManager imports,
DmcUncheckedObject uco)
This method is used in conjunction with the rule instantiation mechanisms.
|
void |
DSDefinitionModule.getDMOImportsForInterface(ImportManager imports,
boolean scoped)
Populates the ImportManager with the definitions for just this DSD module.
|
void |
DSDefinitionModule.getImportsForInterface(ImportManager imports,
boolean scoped)
Populates the ImportManager with the definitions for just this DSD module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionHook.getSectionImportsAndMembers(ImportManager imports,
MemberManager members) |
| Modifier and Type | Method and Description |
|---|---|
ImportManager |
InitializationInterfaceManager.getInitializationImports() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportManager.addImportsFrom(ImportManager im) |
Copyright © 2023. All rights reserved.