Uses of Interface
org.eclipse.ocl.examples.debug.vm.utils.IVMStackTraceElement

Packages that use IVMStackTraceElement
org.eclipse.ocl.examples.debug.vm.utils   
 

Uses of IVMStackTraceElement in org.eclipse.ocl.examples.debug.vm.utils
 

Classes in org.eclipse.ocl.examples.debug.vm.utils that implement IVMStackTraceElement
 class VMStackTraceElement
           
 

Methods in org.eclipse.ocl.examples.debug.vm.utils that return types with arguments of type IVMStackTraceElement
 java.util.List<IVMStackTraceElement> ExecutionDiagnostic.getStackTrace()
          Gets the stack trace that resulted from interrupted execution either by user termination request or exception thrown
 java.util.List<IVMStackTraceElement> ExecutionDiagnosticImpl.getStackTrace()
          Gets the stack trace that resulted from interrupted execution either by user termination request or exception thrown
 

Method parameters in org.eclipse.ocl.examples.debug.vm.utils with type arguments of type IVMStackTraceElement
static void VMRuntimeException.printVMStackTrace(java.io.PrintWriter pw, java.util.List<? extends IVMStackTraceElement> elements)
           
 void ExecutionDiagnosticImpl.setStackTrace(java.util.List<? extends IVMStackTraceElement> stackElements)