Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.PreprocessorDirective
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl | |
| 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 Modifier and Type Interface Description interfaceConditionalDirectiveA representation of the model object 'Conditional Directive'.interfaceIncludeDirectiveA representation of the model object 'Include Directive'.interfaceMacroDirectiveA representation of the model object 'Macro Directive'.interfaceMacroUnitA representation of the model object 'Macro Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return PreprocessorDirective Modifier and Type Method Description PreprocessorDirectiveCodeFactory. createPreprocessorDirective()Returns a new object of class 'Preprocessor Directive'.PreprocessorDirectiveExpands. getFrom()Returns the value of the 'From' reference.PreprocessorDirectiveIncludes. getFrom()Returns the value of the 'From' reference.PreprocessorDirectiveRedefines. getFrom()Returns the value of the 'From' reference.PreprocessorDirectiveVariantTo. getFrom()Returns the value of the 'From' reference.PreprocessorDirectiveExpands. getTo()Returns the value of the 'To' reference.PreprocessorDirectiveGeneratedFrom. getTo()Returns the value of the 'To' reference.PreprocessorDirectiveRedefines. getTo()Returns the value of the 'To' reference.PreprocessorDirectiveVariantTo. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type PreprocessorDirective Modifier and Type Method Description voidExpands. setFrom(PreprocessorDirective value)Sets the value of the 'From' reference.voidIncludes. setFrom(PreprocessorDirective value)Sets the value of the 'From' reference.voidRedefines. setFrom(PreprocessorDirective value)Sets the value of the 'From' reference.voidVariantTo. setFrom(PreprocessorDirective value)Sets the value of the 'From' reference.voidExpands. setTo(PreprocessorDirective value)Sets the value of the 'To' reference.voidGeneratedFrom. setTo(PreprocessorDirective value)Sets the value of the 'To' reference.voidRedefines. setTo(PreprocessorDirective value)Sets the value of the 'To' reference.voidVariantTo. setTo(PreprocessorDirective value)Sets the value of the 'To' reference. -
Uses of PreprocessorDirective in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement PreprocessorDirective Modifier and Type Class Description classConditionalDirectiveImplAn implementation of the model object 'Conditional Directive'.classIncludeDirectiveImplAn implementation of the model object 'Include Directive'.classMacroDirectiveImplAn implementation of the model object 'Macro Directive'.classMacroUnitImplAn implementation of the model object 'Macro Unit'.classPreprocessorDirectiveImplAn implementation of the model object 'Preprocessor Directive'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as PreprocessorDirective Modifier and Type Field Description protected PreprocessorDirectiveExpandsImpl. fromThe cached value of the 'From' reference.protected PreprocessorDirectiveIncludesImpl. fromThe cached value of the 'From' reference.protected PreprocessorDirectiveRedefinesImpl. fromThe cached value of the 'From' reference.protected PreprocessorDirectiveVariantToImpl. fromThe cached value of the 'From' reference.protected PreprocessorDirectiveExpandsImpl. toThe cached value of the 'To' reference.protected PreprocessorDirectiveGeneratedFromImpl. toThe cached value of the 'To' reference.protected PreprocessorDirectiveRedefinesImpl. toThe cached value of the 'To' reference.protected PreprocessorDirectiveVariantToImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return PreprocessorDirective Modifier and Type Method Description PreprocessorDirectiveExpandsImpl. basicGetFrom()PreprocessorDirectiveIncludesImpl. basicGetFrom()PreprocessorDirectiveRedefinesImpl. basicGetFrom()PreprocessorDirectiveVariantToImpl. basicGetFrom()PreprocessorDirectiveExpandsImpl. basicGetTo()PreprocessorDirectiveGeneratedFromImpl. basicGetTo()PreprocessorDirectiveRedefinesImpl. basicGetTo()PreprocessorDirectiveVariantToImpl. basicGetTo()PreprocessorDirectiveCodeFactoryImpl. createPreprocessorDirective()PreprocessorDirectiveExpandsImpl. getFrom()PreprocessorDirectiveIncludesImpl. getFrom()PreprocessorDirectiveRedefinesImpl. getFrom()PreprocessorDirectiveVariantToImpl. getFrom()PreprocessorDirectiveExpandsImpl. getTo()PreprocessorDirectiveGeneratedFromImpl. getTo()PreprocessorDirectiveRedefinesImpl. getTo()PreprocessorDirectiveVariantToImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type PreprocessorDirective Modifier and Type Method Description voidExpandsImpl. setFrom(PreprocessorDirective newFrom)voidIncludesImpl. setFrom(PreprocessorDirective newFrom)voidRedefinesImpl. setFrom(PreprocessorDirective newFrom)voidVariantToImpl. setFrom(PreprocessorDirective newFrom)voidExpandsImpl. setTo(PreprocessorDirective newTo)voidGeneratedFromImpl. setTo(PreprocessorDirective newTo)voidRedefinesImpl. setTo(PreprocessorDirective newTo)voidVariantToImpl. setTo(PreprocessorDirective newTo) -
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 Modifier and Type Method Description TCodeSwitch. casePreprocessorDirective(PreprocessorDirective object)Returns the result of interpreting the object as an instance of 'Preprocessor Directive'.