eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::ProfilerInfoItem':

Home

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

Class: ProfilerInfoItem (in Tools)


Inheritance:

   Object
   |
   +--AbstractHierarchicalItem
      |
      +--AbstractHierarchicalItemWithModel
         |
         +--HierarchicalItem
            |
            +--Tools::ProfilerInfoItem

Package:
stx:libtool
Category:
Interface-Browsers-New-Profiler
Version:
rev: 1.7 date: 2019/03/13 21:17:23
user: cg
file: Tools__ProfilerInfoItem.st directory: libtool
module: stx stc-classLibrary: libtool

Instance protocol:

accessing
o  isBlock
(comment from inherited method)
return true if the receiver is some kind of block;
false returned here - the method is only redefined in Block.

o  isBlock: aBoolean

o  label
(comment from inherited method)
returns the label displayed on aGC;
*** to optimize:redefine by subClass

o  method

o  method: aCompiledMethod

o  methodClass

o  methodLabel

o  packageLabel

o  selector

o  tally

o  tally: anInteger

o  tallyAdd: anInteger

o  tallyLabel

accessing-private
o  setChildren: collection

comparing
o  = anotherMethodInfo
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.

o  hash
(comment from inherited method)
return an Integer useful as a hash key for the receiver.
This hash should return same values for objects with same
contents (i.e. use this to hash on structure)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 22:04:15 GMT