Next: Behavior-built ins, Previous: Behavior-accessing instances and variables, Up: Behavior [Index]
Return the compiled method associated with selector, from the local method dictionary. Error if not found.
Answer a Set of all the selectors understood by the receiver
Return the compiled method associated with selector, from the local method dictionary. Error if not found.
Return the compiled method associated with selector, from the local method dictionary. Evaluate aBlock if not found.
Answer the method source code as a formatted string (if available) for the given selector. Requires package Parser.
Answer a Set of all the compiled method associated with selector. from the local method dictionary and all of the superclasses.
Return the compiled method associated with selector, from the local method dictionary or one of a superclass; return nil if not found.
Answer the parse tree for the given selector, or nil if there was an error. Requires the Parser package to be loaded.
Return selector for the given CompiledMethod
Answer a Set of the receiver’s selectors
Answer source code (if available) for the given selector.
Answer source code (if available) for the given selector.
This is too dependent on the original implementation
Next: Behavior-built ins, Previous: Behavior-accessing instances and variables, Up: Behavior [Index]