Next: CompiledMethod-basic, Previous: CompiledMethod-accessing, Up: CompiledMethod [Index]
Return a Message for the first attribute named aSymbol defined by the receiver, or answer an error if none was found.
Return a Message for the first attribute named aSymbol defined by the receiver, or evaluate aBlock is none was found.
Return an Array of Messages, one for each attribute defined by the receiver.
Evaluate aBlock once for each attribute defined by the receiver, passing a Message each time.
If the receiver has any attributes, answer true.
If the receiver defines a primitive, return a Message resembling the attribute that was used to define it.