Uses of Class
org.eclipse.ocl.examples.debug.vm.data.VMVariableData

Packages that use VMVariableData
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.core   
org.eclipse.ocl.examples.debug.vm.data   
org.eclipse.ocl.examples.debug.vm.response   
 

Uses of VMVariableData in org.eclipse.ocl.examples.debug.vm
 

Methods in org.eclipse.ocl.examples.debug.vm that return types with arguments of type VMVariableData
static java.util.List<VMVariableData> VariableFinder.getVariables(IVMEvaluationEnvironment<?> evalEnv)
           
 

Methods in org.eclipse.ocl.examples.debug.vm with parameters of type VMVariableData
static void VariableFinder.setValueAndType(VMVariableData variable, java.lang.Object value, DomainType optDeclaredType, EvaluationEnvironment evalEnv)
           
static void VariableFinder.setValueAndType(VMVariableData variable, java.lang.Object value, org.eclipse.emf.ecore.EClassifier optDeclaredType, EvaluationEnvironment evalEnv)
           
static void VariableFinder.setValueAndType(VMVariableData variable, java.lang.Object value, java.lang.String declaredTypeName, EvaluationEnvironment evalEnv)
           
 

Method parameters in org.eclipse.ocl.examples.debug.vm with type arguments of type VMVariableData
 void VariableFinder.collectChildVars(java.lang.Object root, java.lang.String[] parentPath, java.lang.String containerType, java.util.List<VMVariableData> result)
           
 void VariableFinder.find(java.lang.String[] objectPath, boolean fetchChildVariables, java.util.List<VMVariableData> result)
           
 

Uses of VMVariableData in org.eclipse.ocl.examples.debug.vm.core
 

Methods in org.eclipse.ocl.examples.debug.vm.core that return VMVariableData
 VMVariableData VMVariable.getVmVar()
           
 

Methods in org.eclipse.ocl.examples.debug.vm.core that return types with arguments of type VMVariableData
protected  java.util.List<VMVariableData> VMLocalValue.requestVariables()
           
 

Uses of VMVariableData in org.eclipse.ocl.examples.debug.vm.data
 

Fields in org.eclipse.ocl.examples.debug.vm.data declared as VMVariableData
 VMVariableData[] VMStackFrameData.visibleVariables
           
 

Methods in org.eclipse.ocl.examples.debug.vm.data that return types with arguments of type VMVariableData
 java.util.List<VMVariableData> VMStackFrameData.getVisibleVariables()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.data with parameters of type VMVariableData
VMStackFrameData(long id, java.lang.String uri, java.lang.String module, java.lang.String elementSignature, int line, int startPosition, int endPosition, VMVariableData[] vars)
           
 

Uses of VMVariableData in org.eclipse.ocl.examples.debug.vm.response
 

Fields in org.eclipse.ocl.examples.debug.vm.response declared as VMVariableData
 VMVariableData[] VMVariableResponse.childVariables
           
 VMVariableData VMVariableResponse.variable
           
 VMVariableData[] VMStackFrameResponse.variables
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.response with parameters of type VMVariableData
VMStackFrameResponse(VMVariableData[] variables)
           
VMVariableResponse(VMVariableData variable)
           
VMVariableResponse(VMVariableData variable, VMVariableData[] childVariables)
           
VMVariableResponse(VMVariableData variable, VMVariableData[] childVariables)