Interface IEclContext

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      MatchTrace getMatchTrace()  
      default IEclModule getModule()  
      MatchTrace getTempMatchTrace()  
      void setMatchTrace​(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
    • Method Detail

      • setMatchTrace

        void setMatchTrace​(MatchTrace matchTrace)
      • getTempMatchTrace

        MatchTrace getTempMatchTrace()
      • getModule

        default IEclModule getModule()
        Specified by:
        getModule in interface org.eclipse.epsilon.eol.execute.context.IEolContext
        Specified by:
        getModule in interface IErlContext