InspectorEnh-ajh

Summary: Refactored inspector plus new compiled method inspector
Author: Anthony Hannan
Owner: Anthony Hannan (ajh)
Co-maintainers: <None>
Categories:
Homepage: http://wiki.squeak.org/squeak/ClosureCompiler
PackageInfo name: <Not entered>
RSS feed:

Description:

Adds #inspectorClass protocol that #inspect calls to find the appropriate inspector for the receiver. #basicInspect uses a new generic inspector called BasicInspector. CompiledMethods use a new inspector class call CompiledMethodInspector, which display mnemonic bytecode instructions and literals. An inspector will change to the appropriate class when being updated with a new receiver.

String asExplorerString has been changed to print its normal printString.


Releases


Back