Uses of Class
org.eclipse.ocl.examples.debug.vm.utils.VMStackTraceElement

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

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

Methods in org.eclipse.ocl.examples.debug.vm.utils that return types with arguments of type VMStackTraceElement
 java.util.List<VMStackTraceElement> VMStackTraceBuilder.buildStackTrace()
          Builds the stack trace corresponding to evaluation environments hierarchy associated with this builder.
 java.util.List<VMStackTraceElement> VMRuntimeException.getVMStackTrace()
           
 

Method parameters in org.eclipse.ocl.examples.debug.vm.utils with type arguments of type VMStackTraceElement
 void VMRuntimeException.setStackVMTrace(java.util.List<VMStackTraceElement> stackTrace)