Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixVariant
Packages that use IFixVariant
Package
Description
-
Uses of IFixVariant in com.e1c.g5.v8.dt.bsl.check.qfix
Classes in com.e1c.g5.v8.dt.bsl.check.qfix that implement IFixVariantModifier and TypeClassDescriptionclassSingle variant xtext bsl module fix common class for multi-variant quick fixesMethods in com.e1c.g5.v8.dt.bsl.check.qfix that return types with arguments of type IFixVariantModifier and TypeMethodDescriptionMultiVariantXtextBslModuleFix.getVariants(SingleVariantXtextBslModuleFixContext context, IFixSession session) -
Uses of IFixVariant in com.e1c.g5.v8.dt.check.internal.md.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.check.fixs that implement IFixVariantModifier and TypeClassDescriptionclassThe single-variant fix forBinaryDataStorageLocationUseFieldTypeCheckallows to remove reference with incorrect type.classThe multi-variant fix forConfigurationStandaloneContentCheckallows to remove bad content item from used, unused and priority items.classThe single-variant fix forDbObjectTabularSectionCheckallows to set right length value.classThe single-variant fix forReferenceValueCheckallows to remove unresolved reference value.classThe single-variant fix forReferenceValueCheckNonCriticalallows to remove unresolved reference value. -
Uses of IFixVariant in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs that implement IFixVariantModifier and TypeClassDescriptionclassXDTOPackageextension package and namespace features dependency state check fix. -
Uses of IFixVariant in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFixVariantModifier and TypeMethodDescriptionIFix.getVariants(C context, IFixSession session) Gets declared variants for the given fix. -
Uses of IFixVariant in com.e1c.g5.v8.dt.check.qfix.components
Classes in com.e1c.g5.v8.dt.check.qfix.components that implement IFixVariantModifier and TypeClassDescriptionclassSingleVariantBasicFix<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 definitionMethods in com.e1c.g5.v8.dt.check.qfix.components that return types with arguments of type IFixVariantModifier and TypeMethodDescriptionMultiVariantModelBasicFix.getVariants(BasicModelFixContext context, IFixSession session) SingleVariantBasicFix.getVariants(C context, IFixSession session) -
Uses of IFixVariant in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return IFixVariantModifier and TypeMethodDescriptionIFixVariant<?>FixSession.getSelectedFixVariant()Provides the selected quick fix variantMethods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type IFixVariantModifier and TypeMethodDescriptionvoidFixSession.addVariant(IFixContext context, FixVariantDescriptor descriptor, IFixVariant<?> fixVariant) Adds quick fix variant