org.eclipse.xtend.middleend.javaannotations
Interface ExecutionContextAware

All Known Implementing Classes:
AbstractExecutionContextAware, CollectionOperations, FileIoOperations, ReflectionOperations, StringOperations, XpandProtectedRegionOperations, XtendBuiltinOperations, XtendCollectionOperations, XtendGlobalVarOperations

public interface ExecutionContextAware

This marker interface gives Java extensions access to the execution context. if the class providing a Java extension implements this interface, the executor calls the setExecutionContext method to ensure that the method has access to the current ExecutionContext.

Author:
Arno Haase (http://www.haase-consulting.com)

Method Summary
 void setExecutionContext(ExecutionContext ctx)
           
 

Method Detail

setExecutionContext

void setExecutionContext(ExecutionContext ctx)