Class PropertyAccessExecutionListener
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.introspection.recording.PropertyAccessExecutionListener
-
- All Implemented Interfaces:
IExecutionListener
public class PropertyAccessExecutionListener extends Object implements IExecutionListener
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessExecutionListener(IPropertyAccessRecorder... recorders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aboutToExecute(ModuleElement ast, IEolContext context)
void
finishedExecuting(ModuleElement ast, Object result, IEolContext context)
void
finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
-
-
Constructor Detail
-
PropertyAccessExecutionListener
public PropertyAccessExecutionListener(IPropertyAccessRecorder... recorders)
-
-
Method Detail
-
aboutToExecute
public void aboutToExecute(ModuleElement ast, IEolContext context)
- Specified by:
aboutToExecute
in interfaceIExecutionListener
-
finishedExecuting
public void finishedExecuting(ModuleElement ast, Object result, IEolContext context)
- 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
-
-