eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'InstrumentingCompiler::StatementExecutionInfo':

Home

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

Class: StatementExecutionInfo (private in InstrumentingCompiler

This class is only visible from within InstrumentingCompiler.

Inheritance:

   Object
   |
   +--InstrumentationInfo
      |
      +--InstrumentingCompiler::StatementExecutionInfo
         |
         +--InstrumentingCompiler::BlockExecutionInfo
         |
         +--InstrumentingCompiler::StatementExecutionInfo::StatementExecutionInfoForCoverageInAlreadyEnteredState
         |
         +--InstrumentingCompiler::StatementExecutionInfo::StatementExecutionInfoInAlreadyEnteredState
         |
         +--InstrumentingCompiler::VariableAccessExecutionInfo

Package:
stx:libcomp
Category:
System-Compiler-Instrumentation
Owner:
InstrumentingCompiler

Description:


(sub)instances of me are updated by instrumented code when statements are executed.


Instance protocol:

accessing
o  callCount

o  characterPosition

o  characterPosition: something

o  count
how often have I been called

o  endPosition

o  endPosition: anInteger

o  startPosition

o  startPosition: anInteger

o  startPosition: startArg endPosition: endArg

cleanup
o  cleanInfoWithChange: withChange

debugging
o  inspector2TabSource

instrumentation calls
o  entry: callingContext
invoked by instrumented code;
called whenever the block/statment is entered

printing
o  printOn: aStream
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.

private
o  changeClassToAlreadyEntered
(comment from inherited method)
nothing done here

o  changeClassToCoverageAndAlreadyEntered
(comment from inherited method)
nothing done here

queries
o  hasBeenExecuted

testing
o  isStatementExecutionInfo


Private classes:

    StatementExecutionInfoForCoverageInAlreadyEnteredState
    StatementExecutionInfoInAlreadyEnteredState


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:24:01 GMT