Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.Module
-
Uses of Module in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of Module in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceCodeAssemblyA representation of the model object 'Assembly'.interfaceCompilationUnitA representation of the model object 'Compilation Unit'.interfaceLanguageUnitA representation of the model object 'Language Unit'.interfacePackageA representation of the model object 'Package'.interfaceSharedUnitA representation of the model object 'Shared Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return Module Modifier and Type Method Description ModuleCodeFactory. createModule()Returns a new object of class 'Module'. -
Uses of Module in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement Module Modifier and Type Class Description classCodeAssemblyImplAn implementation of the model object 'Assembly'.classCompilationUnitImplAn implementation of the model object 'Compilation Unit'.classLanguageUnitImplAn implementation of the model object 'Language Unit'.classModuleImplAn implementation of the model object 'Module'.classPackageImplAn implementation of the model object 'Package'.classSharedUnitImplAn implementation of the model object 'Shared Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return Module Modifier and Type Method Description ModuleCodeFactoryImpl. createModule() -
Uses of Module in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type Module Modifier and Type Method Description TCodeSwitch. caseModule(Module object)Returns the result of interpreting the object as an instance of 'Module'. -
Uses of Module in org.eclipse.gmt.modisco.omg.kdm.platform
Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return types with arguments of type Module Modifier and Type Method Description org.eclipse.emf.common.util.EList<Module>DeployedComponent. getGroupedCode()Returns the value of the 'Grouped Code' reference list. -
Uses of Module in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl with type parameters of type Module Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Module>DeployedComponentImpl. groupedCodeThe cached value of the 'Grouped Code' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type Module Modifier and Type Method Description org.eclipse.emf.common.util.EList<Module>DeployedComponentImpl. getGroupedCode()