|
Class: InstrumentedMethod
Object
|
+--ExecutableFunction
|
+--CompiledCode
|
+--Method
|
+--InstrumentedMethod
- Package:
- stx:libcomp
- Category:
- System-Compiler-Instrumentation
- Version:
- rev:
1.13
date: 2020/01/28 16:19:15
- user: cg
- file: InstrumentedMethod.st directory: libcomp
- module: stx stc-classLibrary: libcomp
Instances of me are created by the instrumenting compiler.
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
-
cleanAllInfoWithChange: withChange
-
accessing
-
blockInvocationInfo
-
return a collection of all block-info objects
-
invokedViaPerform
-
true if the method is ever invoked via perform
-
methodInvocationInfo
-
return the one and only method-invocatin info
-
statementInvocationInfo
-
return all statement infos (but not block infos)
cleanup
-
cleanInstrumentationInfoWithChange: doChangeNotifications
-
queries
-
hasBeenCalled
-
return true, if I have been called
-
haveAllBlocksBeenExecuted
-
return true if all of my blocks have been called
-
isInstrumented
-
return true, if this is an instrumented method.
|