Next: , Previous: , Up: CompiledMethod   [Index]


1.40.8 CompiledMethod: compiling

methodFormattedSourceString

Answer the method source code as a string, formatted using the RBFormatter. Requires package Parser.

methodParseNode

Answer the parse tree for the receiver, or nil if there is an error. Requires package Parser.

parserClass

Answer a parser class, similar to Behavior>>parserClass, that can parse my source code. Requires package Parser.

recompile

Recompile the method in the scope of the class where it leaves.

recompileNotifying: aNotifier

Recompile the method in the scope of the class where it leaves, notifying errors to aNotifier by sending it #error:.