Package com.e1c.g5.v8.dt.bsl.check.qfix
Interface IMultiVariantXtextModuleFixChangeDelegate
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IMultiVariantXtextModuleFixChangeDelegate
Functional delegate that allows to specify the matching method as a change execution logic for multi-variant quick fixes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyFix(SingleVariantXtextBslModuleFixContext context, IFixSession session, org.eclipse.xtext.resource.XtextResource state, IXtextBslModuleFixModel model)Performs the fix application
-
-
-
Method Detail
-
applyFix
void applyFix(SingleVariantXtextBslModuleFixContext context, IFixSession session, org.eclipse.xtext.resource.XtextResource state, IXtextBslModuleFixModel model)
Performs the fix application- Parameters:
context- the quick fix context, cannot benullsession- the fix session, cannot benullstate- the xtext resource, cannot benullmodel- the quick fix model, cannot benull
-
-