Interface ISingleVariantXtextModuleFixChangeDelegate
- 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 single-variant
quick fixes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyFix
(SingleVariantXtextBslModuleFixContext context, IFixSession session) Perfoms apply of the fix
-
Method Details
-
applyFix
Perfoms apply of the fix- Parameters:
context
- the quick fix context, cannot benull
session
- the session, cannot benull
-