Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFix
- 
Packages that use IFix Package Description com.e1c.g5.v8.dt.bsl.check.qfix com.e1c.g5.v8.dt.check.qfix com.e1c.g5.v8.dt.check.qfix.components 
- 
- 
Uses of IFix in com.e1c.g5.v8.dt.bsl.check.qfixClasses in com.e1c.g5.v8.dt.bsl.check.qfix that implement IFix Modifier and Type Class Description classMultiVariantXtextBslModuleFixMulti-variant xtext module fix definitionclassSingleVariantXtextBslModuleFixSingle variant xtext bsl module fix common class for multi-variant quick fixes
- 
Uses of IFix in com.e1c.g5.v8.dt.check.qfixMethods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFix Modifier and Type Method Description Map<CheckUid,Set<IFix<? extends IFixContext>>>IFixProvider. getFixes()Gets all registered fixesCollection<IFix<? extends IFixContext>>IFixRepository. getFixes(CheckUid checkUid)Provides the quick fixes collection by check UIDMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type IFix Modifier and Type Method Description voidIFixRepository. registerFix(IFix<? extends IFixContext> fix)Manual addition of a pre-created fix to the repository
- 
Uses of IFix in com.e1c.g5.v8.dt.check.qfix.componentsClasses in com.e1c.g5.v8.dt.check.qfix.components that implement IFix Modifier and Type Class Description classBasicFix<C extends BasicFixContext>Base implementation of {link IFix} for quick fixes.classMultiVariantModelBasicFixMulti-variant model fix definitionclassSingleVariantBasicFix<C extends BasicFixContext>Testing sample of API L2 that checks the capability to create the all-in-one fix with a single variantclassSingleVariantModelBasicFix<OC extends org.eclipse.emf.ecore.EObject>Variant with a single-point user context collection/fix definition
 
-