eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'InstrumentedMethod':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: InstrumentedMethod


Inheritance:

   Object
   |
   +--ExecutableFunction
      |
      +--CompiledCode
         |
         +--Method
            |
            +--InstrumentedMethod

Package:
stx:libcomp
Category:
System-Compiler-Instrumentation
Version:
rev: 1.12 date: 2015/01/29 18:17:17
user: cg
file: InstrumentedMethod.st directory: libcomp
module: stx stc-classLibrary: libcomp
Author:
Claus Gittinger

Description:


Instances of me are created by the instrumenting compiler.


Class protocol:

cleanup
o  cleanAllInfoWithChange: withChange


Instance protocol:

accessing
o  blockInvocationInfo
return a collection of all block-info objects

o  invokedViaPerform
true if the method is ever invoked via perform

o  methodInvocationInfo
return the one and only method-invocatin info

o  statementInvocationInfo
return all statement infos (but not block infos)

cleanup
o  cleanInstrumentationInfoWithChange: doChangeNotifications

queries
o  hasBeenCalled
return true, if I have been called

o  haveAllBlocksBeenExecuted
return true if all of my blocks have been called

o  isInstrumented
(comment from inherited method)
return true, if this is an instrumented method.
False is returned here - this method is redefined in InstrumentedMethod



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 09:45:29 GMT