|
Class: InstrumentationInfo
Object
|
+--InstrumentationInfo
|
+--InstrumentingCompiler::MethodInvocationInfo
|
+--InstrumentingCompiler::StatementExecutionInfo
- Package:
- stx:libcomp
- Category:
- System-Compiler-Instrumentation
- Version:
- rev:
1.8
date: 2021/01/20 10:32:09
- user: cg
- file: InstrumentationInfo.st directory: libcomp
- module: stx stc-classLibrary: libcomp
(sub)instances of me are placed by the instrumenting compiler into the literal
array of instrumented methods.
The InstrumentingCompiler generates code to update these, as code is executed.
copyrightCOPYRIGHT (c) 2010 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
cleanup
-
allInfosDo: aBlock
-
-
allInfosOfClass: aClass do: aBlock
-
-
allInfosOfMethod: aMethod do: aBlock
-
-
cleanAllInfoFor: aClass withChange: withChangeNotifications
-
-
cleanAllInfoWithChange: withChange
-
InstrumentingCompiler::InstrumentationInfo cleanAllInfo
InstrumentingCompiler::MethodInvocationInfo cleanAllInfo
accessing
-
currentInstrumentationContext
-
-
owningMethod: something
-
cleanup
-
cleanInfoWithChange: withChange
-
** This method must be redefined in concrete classes (subclassResponsibility) **
instrumentation probe calls
-
entry: callingContext
-
called on entry from instrumented code
private
-
changeClassToAlreadyEntered
-
nothing done here
-
changeClassToCoverageAndAlreadyEntered
-
nothing done here
testing
-
isBlockExecutionInfo
-
-
isMethodInvocationInfo
-
-
isSpecialInstrumentationInfoLiteral
-
return true, if the receiver is a special instrumentation info
object as placed into the literal array of instrumented methods
-
isStatementExecutionInfo
-
-
isVariableAccessExecutionInfo
-
|