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

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

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

Subinterfaces of PreprocessorDirective in org.eclipse.gmt.modisco.omg.kdm.code
 interface ConditionalDirective
          A representation of the model object 'Conditional Directive'.
 interface IncludeDirective
          A representation of the model object 'Include Directive'.
 interface MacroDirective
          A representation of the model object 'Macro Directive'.
 interface MacroUnit
          A representation of the model object 'Macro Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return PreprocessorDirective
 PreprocessorDirective CodeFactory.createPreprocessorDirective()
          Returns a new object of class 'Preprocessor Directive'.
 PreprocessorDirective Expands.getFrom()
          Returns the value of the 'From' reference.
 PreprocessorDirective Includes.getFrom()
          Returns the value of the 'From' reference.
 PreprocessorDirective Redefines.getFrom()
          Returns the value of the 'From' reference.
 PreprocessorDirective VariantTo.getFrom()
          Returns the value of the 'From' reference.
 PreprocessorDirective GeneratedFrom.getTo()
          Returns the value of the 'To' reference.
 PreprocessorDirective VariantTo.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type PreprocessorDirective
 void Expands.setFrom(PreprocessorDirective value)
          Sets the value of the 'From' reference.
 void Includes.setFrom(PreprocessorDirective value)
          Sets the value of the 'From' reference.
 void Redefines.setFrom(PreprocessorDirective value)
          Sets the value of the 'From' reference.
 void VariantTo.setFrom(PreprocessorDirective value)
          Sets the value of the 'From' reference.
 void GeneratedFrom.setTo(PreprocessorDirective value)
          Sets the value of the 'To' reference.
 void VariantTo.setTo(PreprocessorDirective value)
          Sets the value of the 'To' reference.
 

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

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