VDBMI_vdb_var_update.st
changeset 178 5d1c3e5fab6b
child 264 23960fcb9dac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VDBMI_vdb_var_update.st	Mon Jul 08 13:31:11 2019 +0100
@@ -0,0 +1,40 @@
+"
+jv:vdb - Visual / VM Debugger
+Copyright (C) 2015-now Jan Vrany
+
+This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
+
+You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
+"
+"{ Package: 'jv:vdb' }"
+
+"{ NameSpace: Smalltalk }"
+
+GDBMI_var_update subclass:#VDBMI_vdb_var_update
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'VDB-Core-Commands'
+!
+
+!VDBMI_vdb_var_update class methodsFor:'documentation'!
+
+copyright
+"
+jv:vdb - Visual / VM Debugger
+Copyright (C) 2015-now Jan Vrany
+
+This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
+
+You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
+"
+! !
+
+!VDBMI_vdb_var_update methodsFor:'accessing'!
+
+operation
+        ^ 'vdb-var-update'
+
+    "Created: / 06-07-2019 / 01:26:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+