ProtoObject.st
changeset 24364 3efffac523e4
parent 23642 1ab778abeb7c
child 25182 48374d430ea9
equal deleted inserted replaced
24363:3188fbab129f 24364:3efffac523e4
   854     ^ false.
   854     ^ false.
   855 !
   855 !
   856 
   856 
   857 isProtoObject
   857 isProtoObject
   858     ^ true
   858     ^ true
       
   859 !
       
   860 
       
   861 isProxy
       
   862     "answer true, if I am a proxy for another (lazy loaded) object"
       
   863 
       
   864     "do not remove this;
       
   865      it is called by some others, to prevent blocking in inspectors and debuggers"
       
   866      
       
   867     ^ false
       
   868 
       
   869     "Created: / 25-06-2019 / 17:29:01 / Claus Gittinger"
   859 ! !
   870 ! !
   860 
   871 
   861 !ProtoObject methodsFor:'visiting'!
   872 !ProtoObject methodsFor:'visiting'!
   862 
   873 
   863 acceptVisitor:aVisitor with:aParameter
   874 acceptVisitor:aVisitor with:aParameter