Next: CompiledMethod-invoking, Previous: CompiledMethod-c call-outs, Up: CompiledMethod [Index]
Answer the method source code as a string, formatted using the RBFormatter. Requires package Parser.
Answer the parse tree for the receiver, or nil if there is an error. Requires package Parser.
Answer a parser class, similar to Behavior>>parserClass, that can parse my source code. Requires package Parser.
Recompile the method in the scope of the class where it leaves.
Recompile the method in the scope of the class where it leaves, notifying errors to aNotifier by sending it #error:.