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 interfaceA factory for creating delegate domains. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()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.
-