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.
Functional delegate that allows to specify the matching method as a change execution logic for multi-variant
quick fixes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyFix
(SingleVariantXtextBslModuleFixContext context, IFixSession session, org.eclipse.xtext.resource.XtextResource state, IXtextBslModuleFixModel model) Performs the fix application
-
Method Details
-
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 benull
session
- the fix session, cannot benull
state
- the xtext resource, cannot benull
model
- the quick fix model, cannot benull
-