Next: CompiledCode-copying, Previous: CompiledCode-accessing, Up: CompiledCode [Index]
Answer whether the receiver is the same object as arg. Testing for equality could break the browser, since it’s possible to put arbitrary objects via ##(...), so this is safer.
Answer an hash value for the receiver
Answer the method category
Set the method category to the given string
Answer the method source code (a FileSegment or String or nil)
Answer the file where the method source code is stored
Answer the location where the method source code is stored in the methodSourceFile
Answer the method source code as a string