Interface DelegateContext
- All Known Implementing Classes:
EolOperationDelegateContext
,EpsilonDelegateContext
,EvlDelegateContext
public interface DelegateContext
Provide caching and functionality for parsing Epsilon code embedded in the ECore model.
- Since:
- 2.5
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A factory for creating delegate domains. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose of this delegate context releasing any resources cached to support delegated behaviour for the associated package.
-
Method Details
-
dispose
void dispose()Dispose of this delegate context releasing any resources cached to support delegated behaviour for the associated package.
-