Uses of Interface
org.eclipse.m2m.atl.profiler.core.vm.IOperation

Packages that use IOperation
org.eclipse.m2m.atl.profiler.core.vm   
org.eclipse.m2m.atl.profiler.emfvm.adapter   
org.eclipse.m2m.atl.profiler.vm.adapter   
 

Uses of IOperation in org.eclipse.m2m.atl.profiler.core.vm
 

Methods in org.eclipse.m2m.atl.profiler.core.vm that return IOperation
 IOperation IStackFrame.getIOperation()
          Returns the frame operation.
 

Uses of IOperation in org.eclipse.m2m.atl.profiler.emfvm.adapter
 

Classes in org.eclipse.m2m.atl.profiler.emfvm.adapter that implement IOperation
 class OperationAdapter
          An EMFVM / Profiler operation wrapper.
 

Methods in org.eclipse.m2m.atl.profiler.emfvm.adapter that return IOperation
 IOperation StackFrameAdapter.getIOperation()
          Returns the frame operation.
 

Uses of IOperation in org.eclipse.m2m.atl.profiler.vm.adapter
 

Methods in org.eclipse.m2m.atl.profiler.vm.adapter that return IOperation
 IOperation StackFrameAdapter.getIOperation()
          Returns the frame operation.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.