org.eclipse.xtend.middleend.javaannotations
Class AbstractExecutionContextAware

java.lang.Object
  extended by org.eclipse.xtend.middleend.javaannotations.AbstractExecutionContextAware
All Implemented Interfaces:
ExecutionContextAware
Direct Known Subclasses:
CollectionOperations, FileIoOperations, ReflectionOperations, StringOperations, XpandProtectedRegionOperations, XtendBuiltinOperations, XtendCollectionOperations, XtendGlobalVarOperations

public abstract class AbstractExecutionContextAware
extends java.lang.Object
implements ExecutionContextAware

This is a convenient default implementation of the marker interface ExecutionContextAware.

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

Field Summary
protected  ExecutionContext _ctx
           
 
Constructor Summary
AbstractExecutionContextAware()
           
 
Method Summary
protected  ExecutionContext getExecutionContext()
           
 void setExecutionContext(ExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ctx

protected ExecutionContext _ctx
Constructor Detail

AbstractExecutionContextAware

public AbstractExecutionContextAware()
Method Detail

setExecutionContext

public final void setExecutionContext(ExecutionContext ctx)
Specified by:
setExecutionContext in interface ExecutionContextAware

getExecutionContext

protected ExecutionContext getExecutionContext()