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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return IncludeDirective
 IncludeDirective CodeFactory.createIncludeDirective()
          Returns a new object of class 'Include Directive'.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type IncludeDirective
 T CodeSwitch.caseIncludeDirective(IncludeDirective object)
          Returns the result of interpreting the object as an instance of 'Include Directive'.