org.eclipse.xtend.expression
Interface IExecutionContextAware

All Known Implementing Classes:
AbstractStatefulExtensions, CounterExtensions, ElementPropertiesExtensions, GlobalVarExtensions, UIDHelper, XMLReaderHelper

public interface IExecutionContextAware

Implementors of this interface can retrieve an ExecutionContext.

Since:
1.0.0-M4
Author:
Karsten Thoms - Initial contribution and API

Method Summary
 void setExecutionContext(ExecutionContext ctx)
           
 

Method Detail

setExecutionContext

void setExecutionContext(ExecutionContext ctx)