Interface IEclContext
-
- All Superinterfaces:
IEolContext,IErlContext
- All Known Subinterfaces:
IEclContextParallel
- All Known Implementing Classes:
EclContext,EclContextParallel
public interface IEclContext extends IErlContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MatchTracegetMatchTrace()default IEclModulegetModule()MatchTracegetTempMatchTrace()voidsetMatchTrace(MatchTrace matchTrace)-
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
-
Methods inherited from interface org.eclipse.epsilon.erl.execute.context.IErlContext
getExecutorFactory
-
-
-
-
Method Detail
-
setMatchTrace
void setMatchTrace(MatchTrace matchTrace)
-
getMatchTrace
MatchTrace getMatchTrace()
-
getTempMatchTrace
MatchTrace getTempMatchTrace()
-
getModule
default IEclModule getModule()
- Specified by:
getModulein interfaceIEolContext- Specified by:
getModulein interfaceIErlContext
-
-