|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.profiler.emfvm.ProfilingTool
public class ProfilingTool
Class used by the ATL Virtual Machine.
Redirect operations to the ATL profiler
ATLProfiler| Constructor Summary | |
|---|---|
ProfilingTool(org.eclipse.emf.ecore.EObject atlModel)
Creates a new profiling tool. |
|
| Method Summary | |
|---|---|
void |
enter(AbstractStackFrame frame)
Enters the frame. |
void |
error(AbstractStackFrame frame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
void |
leave(AbstractStackFrame frame)
Leaves the frame. |
void |
step(AbstractStackFrame frame)
Steps into the frame. |
void |
terminated()
Terminates the execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilingTool(org.eclipse.emf.ecore.EObject atlModel)
atlModel - the atl code model| Method Detail |
|---|
public void terminated()
terminated in interface IToolITool.terminated()
public void error(AbstractStackFrame frame,
java.lang.String msg,
java.lang.Exception e)
error in interface IToolframe - the current framemsg - the error messagee - the exceptionITool.error(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame,
java.lang.String, java.lang.Exception)public void enter(AbstractStackFrame frame)
enter in interface IToolframe - the frame to enter inITool.enter(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)public void leave(AbstractStackFrame frame)
leave in interface IToolframe - the frame to leaveITool.leave(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)public void step(AbstractStackFrame frame)
step in interface IToolframe - the frame to stepITool.step(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||