Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.Module

Packages that use Module
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
 

Uses of Module in org.eclipse.gmt.modisco.omg.kdm.code
 

Subinterfaces of Module in org.eclipse.gmt.modisco.omg.kdm.code
 interface CodeAssembly
          A representation of the model object 'Assembly'.
 interface CompilationUnit
          A representation of the model object 'Compilation Unit'.
 interface LanguageUnit
          A representation of the model object 'Language Unit'.
 interface Package
          A representation of the model object 'Package'.
 interface SharedUnit
          A representation of the model object 'Shared Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return Module
 Module CodeFactory.createModule()
          Returns a new object of class 'Module'.
 

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
 T CodeSwitch.caseModule(Module object)
          Returns the result of interpreting the object as an instance of 'Module'.