Class EglOutputBufferPrintExecutionListener
java.lang.Object
org.eclipse.epsilon.egl.engine.traceability.fine.internal.EglOutputBufferPrintExecutionListener
- All Implemented Interfaces:
IExecutionListener
-
Constructor Summary
ConstructorsConstructorDescriptionEglOutputBufferPrintExecutionListener
(IPropertyAccessRecorder recorder, TracedPropertyAccessLedger ledger) -
Method Summary
Modifier and TypeMethodDescriptionvoid
aboutToExecute
(ModuleElement ast, IEolContext context) void
finishedExecuting
(ModuleElement ast, Object result, IEolContext context) void
finishedExecutingWithException
(ModuleElement ast, EolRuntimeException exception, IEolContext context) protected boolean
-
Constructor Details
-
EglOutputBufferPrintExecutionListener
public EglOutputBufferPrintExecutionListener(IPropertyAccessRecorder recorder, TracedPropertyAccessLedger ledger)
-
-
Method Details
-
finishedExecuting
- Specified by:
finishedExecuting
in interfaceIExecutionListener
result
- the result of evaluating ast, calculated during execution
-
finishedExecutingWithException
public void finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context) - Specified by:
finishedExecutingWithException
in interfaceIExecutionListener
-
isCallToPrintMethod
-
aboutToExecute
- Specified by:
aboutToExecute
in interfaceIExecutionListener
-