Uses of Class
org.eclipse.emf.mwe.internal.core.debug.model.VarValueTO
Packages that use VarValueTO
Package
Description
Packet implementation needed for the communication with the debugger
-
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 -
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 VarValueTOModifier and TypeMethodDescriptionDebugTarget.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 VarValueTOConstructors in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type VarValueTOModifierConstructorDescriptionDebugValue
(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 VarValueTOModifier and TypeMethodDescriptionDebugModelManager.requireSubVariables
(int varId) 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 VarValueTOModifier and TypeMethodDescriptionVariablesPluginHandler.sendRequireSubVariables
(int frameId, int varId) VariablesPluginHandler.sendRequireVariables
(int frameId)