Class PropertyAccessExecutionListener
java.lang.Object
org.eclipse.epsilon.eol.execute.introspection.recording.PropertyAccessExecutionListener
- All Implemented Interfaces:
IExecutionListener
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
PropertyAccessExecutionListener
-
-
Method Details
-
aboutToExecute
- Specified by:
aboutToExecute
in interfaceIExecutionListener
-
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
-