# HG changeset patch # User Claus Gittinger # Date 1352327083 -3600 # Node ID 648a219eeacdee110e8607ed36dbf49c6b9f8a82 # Parent 1045ec132daccc0892df7b7e2a042221a6df1f8a class: InstrumentationInfo added: #isVariableAccessExecutionInfo diff -r 1045ec132dac -r 648a219eeacd 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 $' ! !