Interface IErlContext
-
- All Superinterfaces:
IEolContext
- All Known Subinterfaces:
IEclContext,IEclContextParallel,IEgxContext,IEgxContextParallel,IEmlContext,IEplContext,IEplContextParallel,IErlContextParallel,IEtlContext,IEtlContextParallel,IEvlContext,IEvlContextParallel,IFlockContext
- All Known Implementing Classes:
EclContext,EclContextParallel,EgxContext,EgxContextParallel,EmlContext,EplContext,EplContextParallel,ErlContext,ErlContextParallel,EtlContext,EtlContextParallel,EvlContext,EvlContextParallel,FlockContext
public interface IErlContext extends IEolContext
- Since:
- 1.6
- Author:
- Sina Madani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RuleExecutorFactorygetExecutorFactory()default IErlModulegetModule()Casts the IModule to IErlModule-
Methods inherited from interface org.eclipse.epsilon.eol.execute.context.IEolContext
dispose, getAsyncStatementsQueue, getErrorStream, getExtendedProperties, getFrameStack, getIntrospectionManager, getModelRepository, getNativeTypeDelegates, getOperationContributorRegistry, getOperationFactory, getOutputStream, getPrettyPrinterManager, getUserInput, getWarningStream, isAssertionsEnabled, isProfilingEnabled, setAssertionsEnabled, setErrorStream, setExecutorFactory, setExtendedProperties, setFrameStack, setIntrospectionManager, setModelRepository, setModule, setNativeTypeDelegates, setOperationFactory, setOutputStream, setPrettyPrinterManager, setProfilingEnabled, setUserInput, setWarningStream
-
-
-
-
Method Detail
-
getExecutorFactory
RuleExecutorFactory getExecutorFactory()
- Specified by:
getExecutorFactoryin interfaceIEolContext
-
getModule
default IErlModule getModule()
Casts the IModule to IErlModule- Specified by:
getModulein interfaceIEolContext- See Also:
IEolContext.getModule()
-
-