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 TypeClassDescriptionclass
Single 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 TypeClassDescriptionclass
The single-variant fix forBinaryDataStorageLocationUseFieldTypeCheck
allows to remove reference with incorrect type.class
The multi-variant fix forConfigurationStandaloneContentCheck
allows to remove bad content item from used, unused and priority items.class
The single-variant fix forDbObjectTabularSectionCheck
allows to set right length value.class
The single-variant fix forReferenceValueCheck
allows to remove unresolved reference value.class
The single-variant fix forReferenceValueCheckNonCritical
allows 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 TypeClassDescriptionclass
XDTOPackage
extension 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 TypeClassDescriptionclass
SingleVariantBasicFix<C extends BasicFixContext>
Testing sample of API L2 that checks the capability to create the all-in-one fix with a single variantclass
SingleVariantModelBasicFix<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 TypeMethodDescriptionvoid
FixSession.addVariant
(IFixContext context, FixVariantDescriptor descriptor, IFixVariant<?> fixVariant) Adds quick fix variant