Next:
CompiledBlock-printing
, Previous:
CompiledBlock-accessing
, Up:
CompiledBlock
1.37.3 CompiledBlock: basic
= aMethod
Answer whether the receiver and aMethod are equal
methodCategory
Answer the method category
methodCategory: aCategory
Set the method category to the given string
methodSourceCode
Answer the method source code (a FileSegment or String or nil)
methodSourceFile
Answer the file where the method source code is stored
methodSourcePos
Answer the location where the method source code is stored in the methodSourceFile
methodSourceString
Answer the method source code as a string