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


1.39.9 CompiledCode: literals - iteration

allLiteralSymbolsDo: aBlock

As with #allLiteralsDo:, but only call aBlock with found Symbols.

allLiteralsDo: aBlock

Walk my literals, descending into Arrays and Messages, invoking aBlock with each touched object.

literalsDo: aBlock

Invoke aBlock with each object immediately in my list of literals.