Uses of Class
org.eclipse.emf.mwe.internal.core.debug.model.VarValueTO

Packages that use VarValueTO
org.eclipse.emf.mwe.internal.core.debug.communication.packages Packet implementation needed for the communication with the debugger 
org.eclipse.emf.mwe.internal.ui.debug.model   
org.eclipse.emf.mwe.internal.ui.debug.processing   
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers   
 

Uses of VarValueTO in org.eclipse.emf.mwe.internal.core.debug.communication.packages
 

Fields in org.eclipse.emf.mwe.internal.core.debug.communication.packages with type parameters of type VarValueTO
 java.util.List<VarValueTO> VarDataPackage.valueList
           
 

Uses of VarValueTO in org.eclipse.emf.mwe.internal.ui.debug.model
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type VarValueTO
 DebugValue DebugTarget.getDebugValue(VarValueTO varTO)
           
 void DebugVariable.setValue(VarValueTO varTO)
           
 void DebugValue.setVarTO(VarValueTO varTO)
           
 

Method parameters in org.eclipse.emf.mwe.internal.ui.debug.model with type arguments of type VarValueTO
 void DebugTarget.updateDebugValues(java.util.List<VarValueTO> vars)
           
 

Constructors in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type VarValueTO
DebugValue(DebugTarget target, VarValueTO varTO)
           
DebugVariable(DebugTarget target, VarValueTO varTO)
           
 

Uses of VarValueTO in org.eclipse.emf.mwe.internal.ui.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing that return types with arguments of type VarValueTO
 java.util.List<VarValueTO> DebugModelManager.requireSubVariables(int varId)
           
 java.util.List<VarValueTO> DebugModelManager.requireVariables(int frameId)
           
 

Uses of VarValueTO in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers that return types with arguments of type VarValueTO
 java.util.List<VarValueTO> VariablesPluginHandler.sendRequireSubVariables(int frameId, int varId)
           
 java.util.List<VarValueTO> VariablesPluginHandler.sendRequireVariables(int frameId)