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

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

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

Fields in org.eclipse.m2m.qvt.oml.debug.core.vm declared as VMVariable
 VMVariable[] VMStackFrame.visibleVariables
           
 

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

Method parameters in org.eclipse.m2m.qvt.oml.debug.core.vm with type arguments of type VMVariable
 void VariableFinder.find(java.lang.String[] objectPath, boolean fetchChildVariables, java.util.List<VMVariable> result)
           
 

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

Fields in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol declared as VMVariable
 VMVariable[] VMVariableResponse.childVariables
           
 VMVariable VMVariableResponse.variable
           
 VMVariable[] VMStackFrameResponse.variables
           
 

Constructors in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol with parameters of type VMVariable
VMStackFrameResponse(VMVariable[] variables)
           
VMVariableResponse(VMVariable variable)
           
VMVariableResponse(VMVariable variable, VMVariable[] childVariables)
           
VMVariableResponse(VMVariable variable, VMVariable[] childVariables)
           
 


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