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

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

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

Subinterfaces of CompilationUnit in org.eclipse.gmt.modisco.omg.kdm.code
 interface SharedUnit
          A representation of the model object 'Shared Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return CompilationUnit
 CompilationUnit CodeFactory.createCompilationUnit()
          Returns a new object of class 'Compilation Unit'.
 

Uses of CompilationUnit in org.eclipse.gmt.modisco.omg.kdm.code.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type CompilationUnit
 T CodeSwitch.caseCompilationUnit(CompilationUnit object)
          Returns the result of interpreting the object as an instance of 'Compilation Unit'.
 

Uses of CompilationUnit in org.eclipse.modisco.eclipseplugin
 

Methods in org.eclipse.modisco.eclipseplugin that return CompilationUnit
 CompilationUnit EclipsePlugin.getBuildProperties()
          Returns the value of the 'Build Properties' reference.
 CompilationUnit EclipsePlugin.getBundleProperties()
          Returns the value of the 'Bundle Properties' reference.
 CompilationUnit EclipsePlugin.getPluginProperties()
          Returns the value of the 'Plugin Properties' reference.
 

Methods in org.eclipse.modisco.eclipseplugin with parameters of type CompilationUnit
 void EclipsePlugin.setBuildProperties(CompilationUnit value)
          Sets the value of the 'Build Properties' reference.
 void EclipsePlugin.setBundleProperties(CompilationUnit value)
          Sets the value of the 'Bundle Properties' reference.
 void EclipsePlugin.setPluginProperties(CompilationUnit value)
          Sets the value of the 'Plugin Properties' reference.