class: InstrumentationInfo
authorClaus Gittinger <cg@exept.de>
Wed, 07 Nov 2012 23:24:43 +0100
changeset 2975 648a219eeacd
parent 2974 1045ec132dac
child 2976 6e3f4e2b20f8
class: InstrumentationInfo added: #isVariableAccessExecutionInfo
InstrumentationInfo.st
--- a/InstrumentationInfo.st	Wed Nov 07 23:19:10 2012 +0100
+++ b/InstrumentationInfo.st	Wed Nov 07 23:24:43 2012 +0100
@@ -142,14 +142,18 @@
     ^ false
 
     "Created: / 08-08-2011 / 14:40:43 / cg"
+!
+
+isVariableAccessExecutionInfo
+    ^ false
 ! !
 
 !InstrumentationInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.5 2012-11-07 22:19:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.6 2012-11-07 22:24:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.5 2012-11-07 22:19:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.6 2012-11-07 22:24:43 cg Exp $'
 ! !