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 RuleExecutorFactory
getExecutorFactory()
default IErlModule
getModule()
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:
getExecutorFactory
in interfaceIEolContext
-
getModule
default IErlModule getModule()
Casts the IModule to IErlModule- Specified by:
getModule
in interfaceIEolContext
- See Also:
IEolContext.getModule()
-
-