Uses of Class
org.eclipse.m2m.qvt.oml.debug.core.vm.UnitLocation

Packages that use UnitLocation
org.eclipse.m2m.qvt.oml.debug.core.vm   
 

Uses of UnitLocation in org.eclipse.m2m.qvt.oml.debug.core.vm
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm that return types with arguments of type UnitLocation
 java.util.List<UnitLocation> QVTODebugEvaluator.getLocationStack()
           
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm with parameters of type UnitLocation
static VMStackFrame VMStackFrame.create(UnitLocation location)
           
static VMStackFrame VMStackFrame.create(UnitLocation location, boolean includeVars)
           
protected  void QVTODebugEvaluator.handleLocationChanged(ASTNode element, UnitLocation location, boolean isElementEnd)
           
 boolean UnitLocation.isTheSameLine(UnitLocation location)
           
 

Method parameters in org.eclipse.m2m.qvt.oml.debug.core.vm with type arguments of type UnitLocation
static VMStackFrame VMStackFrame.createFrame(long frameID, java.util.List<UnitLocation> stack)
           
static VMResponse VariableFinder.process(VMVariableRequest request, java.util.List<UnitLocation> stack, UnitLocationExecutionContext frameContext)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.