public class ProfilingExecutionListener extends Object implements IExecutionListener
| Constructor and Description |
|---|
ProfilingExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecute(ModuleElement ast,
IEolContext context) |
void |
finishedExecuting(ModuleElement ast,
Object evaluatedAst,
IEolContext context) |
void |
finishedExecutingWithException(ModuleElement ast,
EolRuntimeException exception,
IEolContext context) |
protected String |
getLabel(ModuleElement ast) |
public void aboutToExecute(ModuleElement ast, IEolContext context)
aboutToExecute in interface IExecutionListenerpublic void finishedExecuting(ModuleElement ast, Object evaluatedAst, IEolContext context)
finishedExecuting in interface IExecutionListenerevaluatedAst - the result of evaluating ast, calculated during executionpublic void finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
finishedExecutingWithException in interface IExecutionListenerprotected String getLabel(ModuleElement ast)
Copyright © 2016. All rights reserved.