Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
compilerClass
Last updated at 9:21 pm UTC on 18 July 2022
A class may have its own compiler by overriding the method compilerClass

Behavior
 compilerClass
	"Answer a compiler class appropriate for source methods of this class."

	^Compiler