BrowserView.st
changeset 13075 ce4ad488c0c6
parent 13029 ced158fb5655
child 13178 c9bf900fe729
child 13184 c9a4eb87cba5
equal deleted inserted replaced
13074:73fb577777d5 13075:ce4ad488c0c6
 13992         ].
 13992         ].
 13993         canInspect := true.
 13993         canInspect := true.
 13994     ] ifTrue:[        
 13994     ] ifTrue:[        
 13995         searchClass := actualClass whichClassDefinesInstVar:name.
 13995         searchClass := actualClass whichClassDefinesInstVar:name.
 13996 
 13996 
 13997         idx := searchClass instVarOffsetOf:name.
 13997         idx := searchClass instVarIndexFor:name.
 13998         idx isNil ifTrue:[^ self].
 13998         idx isNil ifTrue:[^ self].
 13999 
 13999 
 14000         classes := IdentitySet new.
 14000         classes := IdentitySet new.
 14001         values := IdentitySet new.
 14001         values := IdentitySet new.
 14002         instCount := 0.
 14002         instCount := 0.
 14527 ! !
 14527 ! !
 14528 
 14528 
 14529 !BrowserView class methodsFor:'documentation'!
 14529 !BrowserView class methodsFor:'documentation'!
 14530 
 14530 
 14531 version_CVS
 14531 version_CVS
 14532     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.851 2013-06-26 18:13:11 cg Exp $'
 14532     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.852 2013-06-30 09:10:54 cg Exp $'
 14533 ! !
 14533 ! !
 14534 
 14534 
 14535 
 14535 
 14536 BrowserView initialize!
 14536 BrowserView initialize!