Next:
ContextPart
, Previous:
CompiledCode
, Up:
Base classes
1.39 CompiledMethod
Defined in namespace Smalltalk
Superclass: CompiledCode
Category: Language-Implementation
I represent methods that have been compiled. I can recompile methods from their source code, I can invoke Emacs to edit the source code for one of my instances, and I know how to access components of my instances.
CompiledMethod class-c call-outs
: (class)
CompiledMethod class-instance creation
: (class)
CompiledMethod class-lean images
: (class)
CompiledMethod-accessing
: (instance)
CompiledMethod-attributes
: (instance)
CompiledMethod-basic
: (instance)
CompiledMethod-c call-outs
: (instance)
CompiledMethod-compiling
: (instance)
CompiledMethod-invoking
: (instance)
CompiledMethod-printing
: (instance)
CompiledMethod-saving and loading
: (instance)
CompiledMethod-source code
: (instance)
CompiledMethod-testing
: (instance)