| dictionary | 1 | <abstractDictionary> | addAll: | #addAll: | <abstractDictionary> | unspecified |
| key | 1 | <Object> | at: | #at: | <abstractDictionary> | uncaptured |
| operation | 2 | <niladicValuable> | ifAbsent: | #at:ifAbsent: | <abstractDictionary> | uncaptured |
| key | 1 | <Object> | at: | #at:ifAbsent: | <abstractDictionary> | uncaptured |
| key | 1 | <Object> | at: | #at:ifAbsentPut: | <abstractDictionary> | unspecified |
| operation | 2 | <niladicValuable> | ifAbsentPut: | #at:ifAbsentPut: | <abstractDictionary> | uncaptured |
| newElement | 2 | <Object> | put: | #at:put: | <abstractDictionary> | captured |
| key | 1 | <Object> | at: | #at:put: | <abstractDictionary> | unspecified |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <abstractDictionary> | uncaptured |
| key | 1 | <Object> | includesKey: | #includesKey: | <abstractDictionary> | uncaptured |
| value | 1 | <Object> | keyAtValue: | #keyAtValue: | <abstractDictionary> | uncaptured |
| operation | 2 | <niladicValuable> | ifAbsent: | #keyAtValue:ifAbsent: | <abstractDictionary> | uncaptured |
| value | 1 | <Object> | keyAtValue: | #keyAtValue:ifAbsent: | <abstractDictionary> | uncaptured |
| operation | 1 | <dyadicValuable> | keysAndValuesDo: | #keysAndValuesDo: | <abstractDictionary> | uncaptured |
| operation | 1 | <monadicValuable> | keysDo: | #keysDo: | <abstractDictionary> | uncaptured |
| discriminator | 1 | <monadicValuable> | reject: | #reject: | <abstractDictionary> | uncaptured |
| keys | 1 | <collection> | removeAllKeys: | #removeAllKeys: | <abstractDictionary> | uncaptured |
| keys | 1 | <collection> | removeAllKeys: | #removeAllKeys:ifAbsent: | <abstractDictionary> | uncaptured |
| operation | 2 | <monadicValuable> | ifAbsent: | #removeAllKeys:ifAbsent: | <abstractDictionary> | uncaptured |
| key | 1 | <Object> | removeKey: | #removeKey: | <abstractDictionary> | uncaptured |
| key | 1 | <Object> | removeKey: | #removeKey:ifAbsent: | <abstractDictionary> | uncaptured |
| operation | 2 | <niladicValuable> | ifAbsent: | #removeKey:ifAbsent: | <abstractDictionary> | uncaptured |
| discriminator | 1 | <monadicValuable> | select: | #select: | <abstractDictionary> | uncaptured |
| count | 1 | <integer> | new: | #new: | <Array factory> | unspecified |
| element1 | 1 | <Object> | with: | #with: | <Array factory> | captured |
| element2 | 2 | <Object> | with: | #with:with: | <Array factory> | captured |
| element1 | 1 | <Object> | with: | #with:with: | <Array factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with: | <Array factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with: | <Array factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with: | <Array factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with:with: | <Array factory> | captured |
| element4 | 4 | <Object> | with: | #with:with:with:with: | <Array factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with:with: | <Array factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with:with: | <Array factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <Array factory> | unspecified |
| newElement | 1 | <Object> | add: | #add: | <Bag> | captured |
| newElement | 1 | <Object> | add: | #add:withOccurrences: | <Bag> | captured |
| count | 2 | <integer> | withOccurrences: | #add:withOccurrences: | <Bag> | unspecified |
| newElements | 1 | <collection> | addAll: | #addAll: | <Bag> | uncaptured |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <Bag> | uncaptured |
| count | 1 | <integer> | new: | #new: | <Bag factory> | unspecified |
| element1 | 1 | <Object> | with: | #with: | <Bag factory> | captured |
| element2 | 2 | <Object> | with: | #with:with: | <Bag factory> | captured |
| element1 | 1 | <Object> | with: | #with:with: | <Bag factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with: | <Bag factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with: | <Bag factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with: | <Bag factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with:with: | <Bag factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with:with: | <Bag factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with:with: | <Bag factory> | captured |
| element4 | 4 | <Object> | with: | #with:with:with:with: | <Bag factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <Bag factory> | unspecified |
| operand | 1 | <boolean> | & | #& | <boolean> | uncaptured |
| operand | 1 | <niladicBlock> | and: | #and: | <boolean> | uncaptured |
| operand | 1 | <boolean> | eqv: | #eqv: | <boolean> | uncaptured |
| operand | 1 | <niladicBlock> | ifFalse: | #ifFalse: | <boolean> | uncaptured |
| trueOperand | 2 | <niladicBlock> | ifTrue: | #ifFalse:ifTrue: | <boolean> | uncaptured |
| falseOperand | 1 | <niladicBlock> | ifFalse: | #ifFalse:ifTrue: | <boolean> | uncaptured |
| operand | 1 | <niladicBlock> | ifTrue: | #ifTrue: | <boolean> | uncaptured |
| falseOperand | 2 | <niladicBlock> | ifFalse: | #ifTrue:ifFalse: | <boolean> | uncaptured |
| trueOperand | 1 | <niladicBlock> | ifTrue: | #ifTrue:ifFalse: | <boolean> | uncaptured |
| operand | 1 | <niladicValuable> | or: | #or: | <boolean> | uncaptured |
| operand | 1 | <boolean> | xor: | #xor: | <boolean> | uncaptured |
| operand | 1 | <boolean> | | | #| | <boolean> | uncaptured |
| count | 1 | <integer> | new: | #new: | <ByteArray factory> | unspecified |
| element1 | 1 | <integer> | with: | #with: | <ByteArray factory> | captured |
| element1 | 1 | <integer> | with: | #with:with: | <ByteArray factory> | captured |
| element2 | 2 | <integer> | with: | #with:with: | <ByteArray factory> | captured |
| element1 | 1 | <integer> | with: | #with:with:with: | <ByteArray factory> | captured |
| element2 | 2 | <integer> | with: | #with:with:with: | <ByteArray factory> | captured |
| element3 | 3 | <integer> | with: | #with:with:with: | <ByteArray factory> | captured |
| element2 | 2 | <integer> | with: | #with:with:with:with: | <ByteArray factory> | captured |
| element4 | 4 | <integer> | with: | #with:with:with:with: | <ByteArray factory> | captured |
| element3 | 3 | <integer> | with: | #with:with:with:with: | <ByteArray factory> | captured |
| element1 | 1 | <integer> | with: | #with:with:with:with: | <ByteArray factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <ByteArray factory> | unspecified |
| comparand | 1 | <Character> | = | #= | <Character> | uncaptured |
| integer | 1 | <integer> | codePoint: | #codePoint: | <Character factory> | unspecified |
| discriminator | 1 | <monadicValuable> | allSatisfy: | #allSatisfy: | <collection> | uncaptured |
| discriminator | 1 | <monadicValuable> | anySatisfy: | #anySatisfy: | <collection> | uncaptured |
| sortBlock | 1 | <dyadicValuable> | asSortedCollection: | #asSortedCollection: | <collection> | captured |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <collection> | uncaptured |
| discriminator | 1 | <monadicValuable> | detect: | #detect: | <collection> | uncaptured |
| exceptionHandler | 2 | <niladicValuable> | ifNone: | #detect:ifNone: | <collection> | uncaptured |
| discriminator | 1 | <monadicValuable> | detect: | #detect:ifNone: | <collection> | uncaptured |
| operation | 1 | <monadicValuable> | do: | #do: | <collection> | uncaptured |
| separator | 2 | <niladicValuable> | separatedBy: | #do:separatedBy: | <collection> | uncaptured |
| operation | 1 | <monadicValuable> | do: | #do:separatedBy: | <collection> | uncaptured |
| target | 1 | <Object> | includes: | #includes: | <collection> | uncaptured |
| operation | 2 | <dyadicValuable> | into: | #inject:into: | <collection> | uncaptured |
| initialValue | 1 | <Object> | inject: | #inject:into: | <collection> | uncaptured |
| target | 1 | <Object> | occurrencesOf: | #occurrencesOf: | <collection> | uncaptured |
| discriminator | 1 | <monadicValuable> | reject: | #reject: | <collection> | uncaptured |
| discriminator | 1 | <monadicValuable> | select: | #select: | <collection> | uncaptured |
| count | 1 | <integer> | new: | #new: | <collection factory> | unspecified |
| operand | 1 | <Duration> | + | #+ | <DateAndTime> | uncaptured |
| operand | 1 | <DateAndTime> | <Duration> | - | #- | <DateAndTime> | uncaptured |
| operand | 1 | <DateAndTime> | < | #< | <DateAndTime> | uncaptured |
| comparand | 1 | <Object> | = | #= | <DateAndTime> | uncaptured |
| operand | 1 | <DateAndTime> | > | #> | <DateAndTime> | uncaptured |
| offset | 1 | <Duration> | offset: | #offset: | <DateAndTime> | unspecified |
| year | 1 | <integer> | year: | #year:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| dayOfYear | 2 | <integer> | day: | #year:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| second | 5 | <number> | second: | #year:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| minute | 4 | <integer> | minute: | #year:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| hour | 3 | <integer> | hour: | #year:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| dayOfYear | 2 | <integer> | day: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| hour | 3 | <integer> | hour: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| offset | 6 | <Duration> | offset: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| second | 5 | <number> | second: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| minute | 4 | <integer> | minute: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| year | 1 | <integer> | year: | #year:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| second | 6 | <number> | second: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| minute | 5 | <integer> | minute: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| hour | 4 | <integer> | hour: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| dayOfMonth | 3 | <integer> | day: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| year | 1 | <integer> | year: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| month | 2 | <integer> | month: | #year:month:day:hour:minute:second: | <DateAndTime factory> | unspecified |
| offset | 7 | <Duration> | offset: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| second | 6 | <number> | second: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| minute | 5 | <integer> | minute: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| hour | 4 | <integer> | hour: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| dayOfMonth | 3 | <integer> | day: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| month | 2 | <integer> | month: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| year | 1 | <integer> | year: | #year:month:day:hour:minute:second:offset: | <DateAndTime factory> | unspecified |
| count | 1 | <integer> | new: | #new: | <Dictionary factory> | unspecified |
| newElements | 1 | <abstractDictionary> | withAll: | #withAll: | <Dictionary factory> | unspecified |
| operand | 1 | <number> | * | #* | <Duration> | unspecified |
| operand | 1 | <Duration> | + | #+ | <Duration> | unspecified |
| operand | 1 | <Duration> | - | #- | <Duration> | unspecified |
| operand | 1 | <number> | <Duration> | / | #/ | <Duration> | unspecified |
| operand | 1 | <Duration> | < | #< | <Duration> | unspecified |
| comparand | 1 | <Object> | = | #= | <Duration> | uncaptured |
| operand | 1 | <Duration> | > | #> | <Duration> | unspecified |
| seconds | 4 | <number> | seconds: | #days:hours:minutes:seconds: | <Duration factory> | unspecified |
| minutes | 3 | <integer> | minutes: | #days:hours:minutes:seconds: | <Duration factory> | unspecified |
| days | 1 | <integer> | days: | #days:hours:minutes:seconds: | <Duration factory> | unspecified |
| hours | 2 | <integer> | hours: | #days:hours:minutes:seconds: | <Duration factory> | unspecified |
| seconds | 1 | <number> | seconds: | #seconds: | <Duration factory> | unspecified |
| argument1 | 1 | <ANY> | value: | #value:value: | <dyadicValuable> | unspecified |
| argument2 | 2 | <ANY> | value: | #value:value: | <dyadicValuable> | unspecified |
| exception | 1 | <exceptionDescription> | handles: | #handles: | <Exception class> | unspecified |
| signalerText | 1 | <readableString> | messageText: | #messageText: | <exceptionBuilder> | captured |
| anotherException | 1 | <exceptionSelector> | , | #, | <exceptionSelector> | captured |
| exception | 1 | <exceptionDescription> | handles: | #handles: | <exceptionSelector> | unspecified |
| anotherException | 1 | <exceptionSelector> | , | #, | <exceptionSet> | captured |
| signalerText | 1 | <readableString> | signal: | #signal: | <exceptionSignaler> | unspecified |
| newElement | 1 | <Object> | add: | #add: | <extensibleCollection> | captured |
| newElements | 1 | <collection> | addAll: | #addAll: | <extensibleCollection> | unspecified |
| oldElement | 1 | <Object> | remove: | #remove: | <extensibleCollection> | uncaptured |
| oldElement | 1 | <Object> | remove: | #remove:ifAbsent: | <extensibleCollection> | uncaptured |
| exceptionHandler | 2 | <niladicValuable> | ifAbsent: | #remove:ifAbsent: | <extensibleCollection> | uncaptured |
| oldElements | 1 | <collection> | removeAll: | #removeAll: | <extensibleCollection> | uncaptured |
| aString | 1 | <String> | read: | #read: | <FileStream factory> | unspecified |
| fileId | 1 | <readableString> | read: | #read:type: | <FileStream factory> | unspecified |
| fileType | 2 | <symbol> | type: | #read:type: | <FileStream factory> | unspecified |
| fileId | 1 | <readableString> | write: | #write: | <FileStream factory> | unspecified |
| fileId | 1 | <readableString> | write: | #write:mode: | <FileStream factory> | unspecified |
| mode | 2 | <symbol> | mode: | #write:mode: | <FileStream factory> | unspecified |
| fileType | 4 | <symbol> | type: | #write:mode:check:type: | <FileStream factory> | unspecified |
| fileID | 1 | <readableString> | write: | #write:mode:check:type: | <FileStream factory> | unspecified |
| mode | 2 | <symbol> | mode: | #write:mode:check:type: | <FileStream factory> | unspecified |
| check | 3 | <boolean> | check: | #write:mode:check:type: | <FileStream factory> | unspecified |
| comparand | 1 | <Object> | = | #= | <Float> | uncaptured |
| operand | 1 | <number> | floorLog: | #floorLog: | <Float> | uncaptured |
| operand | 1 | <number> | log: | #log: | <Float> | uncaptured |
| top | 1 | <integer> | numerator: | #numerator:denominator: | <Fraction factory> | unspecified |
| bottom | 2 | <integer> | denominator: | #numerator:denominator: | <Fraction factory> | unspecified |
| operation | 1 | <monadicValuable> | do: | #do: | <gettableStream> | uncaptured |
| amount | 1 | <integer> | next: | #next: | <gettableStream> | uncaptured |
| anObject | 1 | <Object> | nextMatchFor: | #nextMatchFor: | <gettableStream> | uncaptured |
| anObject | 1 | <Object> | peekFor: | #peekFor: | <gettableStream> | uncaptured |
| amount | 1 | <integer> | skip: | #skip: | <gettableStream> | uncaptured |
| anObject | 1 | <Object> | skipTo: | #skipTo: | <gettableStream> | uncaptured |
| anObject | 1 | <Object> | upTo: | #upTo: | <gettableStream> | uncaptured |
| count | 1 | <integer> | new: | #new: | <IdentityDictionary factory> | unspecified |
| newElements | 1 | <abstractDictionary> | withAll: | #withAll: | <IdentityDictionary factory> | unspecified |
| element1 | 1 | <Object> | with: | #with: | <initializableCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with: | <initializableCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with: | <initializableCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with: | <initializableCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with: | <initializableCollection factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with: | <initializableCollection factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with:with: | <initializableCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with:with: | <initializableCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with:with: | <initializableCollection factory> | captured |
| element4 | 4 | <Object> | with: | #with:with:with:with: | <initializableCollection factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <initializableCollection factory> | unspecified |
| mask | 1 | <integer> | allMask: | #allMask: | <integer> | uncaptured |
| mask | 1 | <integer> | anyMask: | #anyMask: | <integer> | uncaptured |
| scale | 1 | <integer> | asScaledDecimal: | #asScaledDecimal: | <integer> | uncaptured |
| operand | 1 | <integer> | bitAnd: | #bitAnd: | <integer> | uncaptured |
| index | 1 | <integer> | bitAt: | #bitAt: | <integer> | uncaptured |
| index | 1 | <integer> | bitAt: | #bitAt:put: | <integer> | uncaptured |
| value | 2 | <integer> | put: | #bitAt:put: | <integer> | uncaptured |
| operand | 1 | <integer> | bitOr: | #bitOr: | <integer> | uncaptured |
| shift | 1 | <integer> | bitShift: | #bitShift: | <integer> | uncaptured |
| operand | 1 | <integer> | bitXor: | #bitXor: | <integer> | uncaptured |
| operand | 1 | <integer> | gcd: | #gcd: | <integer> | uncaptured |
| operand | 1 | <integer> | lcm: | #lcm: | <integer> | uncaptured |
| mask | 1 | <integer> | noMask: | #noMask: | <integer> | uncaptured |
| base | 2 | <integer> | base: | #printOn:base:showRadix: | <integer> | uncaptured |
| flag | 3 | <boolean> | showRadix: | #printOn:base:showRadix: | <integer> | uncaptured |
| output | 1 | <puttableStream> | printOn: | #printOn:base:showRadix: | <integer> | uncaptured |
| base | 1 | <integer> | printStringRadix: | #printStringRadix: | <integer> | uncaptured |
| operand | 1 | <sequencedReadableCollection> | , | #, | <Interval> | uncaptured |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <Interval> | uncaptured |
| stop | 2 | <integer> | to: | #copyFrom:to: | <Interval> | uncaptured |
| start | 1 | <integer> | copyFrom: | #copyFrom:to: | <Interval> | uncaptured |
| replacementElements | 2 | <sequencedReadableCollection> | with: | #copyReplaceAll:with: | <Interval> | unspecified |
| targetElements | 1 | <sequencedReadableCollection> | copyReplaceAll: | #copyReplaceAll:with: | <Interval> | uncaptured |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:with: | <Interval> | uncaptured |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #copyReplaceFrom:to:with: | <Interval> | unspecified |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:with: | <Interval> | uncaptured |
| replacementElement | 3 | <Object> | withObject: | #copyReplaceFrom:to:withObject: | <Interval> | captured |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:withObject: | <Interval> | uncaptured |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:withObject: | <Interval> | uncaptured |
| replacementElement | 2 | <Object> | withObject: | #copyReplacing:withObject: | <Interval> | captured |
| targetElement | 1 | <Object> | copyReplacing: | #copyReplacing:withObject: | <Interval> | uncaptured |
| newElement | 1 | <Object> | copyWith: | #copyWith: | <Interval> | captured |
| oldElement | 1 | <Object> | copyWithout: | #copyWithout: | <Interval> | uncaptured |
| discriminator | 1 | <monadicValuable> | reject: | #reject: | <Interval> | uncaptured |
| discriminator | 1 | <monadicValuable> | select: | #select: | <Interval> | uncaptured |
| start | 1 | <number> | from: | #from:to: | <Interval factory> | unspecified |
| stop | 2 | <number> | to: | #from:to: | <Interval factory> | unspecified |
| start | 1 | <number> | from: | #from:to:by: | <Interval factory> | unspecified |
| stop | 2 | <number> | to: | #from:to:by: | <Interval factory> | unspecified |
| step | 3 | <number> | by: | #from:to:by: | <Interval factory> | unspecified |
| operand | 1 | <magnitude> | < | #< | <magnitude> | uncaptured |
| operand | 1 | <magnitude> | <= | #<= | <magnitude> | uncaptured |
| operand | 1 | <magnitude> | > | #> | <magnitude> | uncaptured |
| operand | 1 | <magnitude> | >= | #>= | <magnitude> | uncaptured |
| max | 2 | <magnitude> | and: | #between:and: | <magnitude> | uncaptured |
| min | 1 | <magnitude> | between: | #between:and: | <magnitude> | uncaptured |
| operand | 1 | <magnitude> | max: | #max: | <magnitude> | uncaptured |
| operand | 1 | <magnitude> | min: | #min: | <magnitude> | uncaptured |
| exception | 1 | <exceptionDescription> | handles: | #handles: | <MessageNotUnderstoodSelector> | unspecified |
| argument | 1 | <ANY> | value: | #value: | <monadicValuable> | unspecified |
| terminationBlock | 1 | <niladicBlock> | ensure: | #ensure: | <niladicBlock> | uncaptured |
| terminationBlock | 1 | <niladicBlock> | ifCurtailed: | #ifCurtailed: | <niladicBlock> | uncaptured |
| action | 2 | <monadicBlock> | do: | #on:do: | <niladicBlock> | uncaptured |
| selector | 1 | <exceptionSelector> | on: | #on:do: | <niladicBlock> | uncaptured |
| iterationBlock | 1 | <niladicValuable> | whileFalse: | #whileFalse: | <niladicValuable> | uncaptured |
| iterationBlock | 1 | <niladicValuable> | whileTrue: | #whileTrue: | <niladicValuable> | uncaptured |
| operand | 1 | <number> | * | #* | <number> | unspecified |
| operand | 1 | <number> | + | #+ | <number> | unspecified |
| operand | 1 | <number> | - | #- | <number> | unspecified |
| operand | 1 | <number> | / | #/ | <number> | unspecified |
| operand | 1 | <number> | // | #// | <number> | unspecified |
| operand | 1 | <number> | < | #< | <number> | uncaptured |
| comparand | 1 | <Object> | = | #= | <number> | uncaptured |
| operand | 1 | <number> | > | #> | <number> | uncaptured |
| scale | 1 | <integer> | asScaledDecimal: | #asScaledDecimal: | <number> | uncaptured |
| operand | 1 | <number> | quo: | #quo: | <number> | unspecified |
| operand | 1 | <number> | raisedTo: | #raisedTo: | <number> | uncaptured |
| operand | 1 | <integer> | raisedToInteger: | #raisedToInteger: | <number> | uncaptured |
| operand | 1 | <number> | rem: | #rem: | <number> | unspecified |
| factor | 1 | <number> | roundTo: | #roundTo: | <number> | uncaptured |
| stop | 1 | <number> | to: | #to: | <number> | unspecified |
| stop | 1 | <number> | to: | #to:by: | <number> | unspecified |
| step | 2 | <number> | by: | #to:by: | <number> | unspecified |
| stop | 1 | <number> | to: | #to:by:do: | <number> | unspecified |
| step | 2 | <number> | by: | #to:by:do: | <number> | unspecified |
| operation | 3 | <monadicBlock> | do: | #to:by:do: | <number> | unspecified |
| operation | 2 | <monadicBlock> | do: | #to:do: | <number> | unspecified |
| stop | 1 | <number> | to: | #to:do: | <number> | unspecified |
| factor | 1 | <number> | truncateTo: | #truncateTo: | <number> | uncaptured |
| operand | 1 | <number> | \\ | #\\ | <number> | unspecified |
| comparand | 1 | <Object> | = | #= | <Object> | uncaptured |
| comparand | 1 | <Object> | == | #== | <Object> | uncaptured |
| message | 1 | <failedMessage> | doesNotUnderstand: | #doesNotUnderstand: | <Object> | unspecified |
| signalerText | 1 | <readableString> | error: | #error: | <Object> | unspecified |
| candidateClass | 1 | <Object> | isKindOf: | #isKindOf: | <Object> | uncaptured |
| candidateClass | 1 | <Object> | isMemberOf: | #isMemberOf: | <Object> | uncaptured |
| selector | 1 | <selector> | perform: | #perform: | <Object> | unspecified |
| selector | 1 | <selector> | perform: | #perform:with: | <Object> | unspecified |
| argument1 | 2 | <ANY> | with: | #perform:with: | <Object> | unspecified |
| selector | 1 | <selector> | perform: | #perform:with:with: | <Object> | unspecified |
| argument1 | 2 | <ANY> | with: | #perform:with:with: | <Object> | unspecified |
| argument2 | 3 | <ANY> | with: | #perform:with:with: | <Object> | unspecified |
| argument1 | 2 | <ANY> | with: | #perform:with:with:with: | <Object> | unspecified |
| argument3 | 4 | <ANY> | with: | #perform:with:with:with: | <Object> | unspecified |
| selector | 1 | <selector> | perform: | #perform:with:with:with: | <Object> | unspecified |
| argument2 | 3 | <ANY> | with: | #perform:with:with:with: | <Object> | unspecified |
| selector | 1 | <selector> | perform: | #perform:withArguments: | <Object> | unspecified |
| arguments | 2 | <Array> | withArguments: | #perform:withArguments: | <Object> | unspecified |
| target | 1 | <puttableStream> | printOn: | #printOn: | <Object> | uncaptured |
| selector | 1 | <selector> | respondsTo: | #respondsTo: | <Object> | uncaptured |
| comparand | 1 | <Object> | ~= | #~= | <Object> | uncaptured |
| comparand | 1 | <Object> | ~~ | #~~ | <Object> | uncaptured |
| newElement | 1 | <Object> | add: | #add: | <OrderedCollection> | captured |
| newElement | 1 | <Object> | add: | #add:after: | <OrderedCollection> | captured |
| target | 2 | <Object> | after: | #add:after: | <OrderedCollection> | uncaptured |
| index | 2 | <integer> | afterIndex: | #add:afterIndex: | <OrderedCollection> | uncaptured |
| newElement | 1 | <Object> | add: | #add:afterIndex: | <OrderedCollection> | captured |
| target | 2 | <Object> | before: | #add:before: | <OrderedCollection> | uncaptured |
| newElement | 1 | <Object> | add: | #add:before: | <OrderedCollection> | captured |
| newElement | 1 | <Object> | add: | #add:beforeIndex: | <OrderedCollection> | captured |
| index | 2 | <integer> | beforeIndex: | #add:beforeIndex: | <OrderedCollection> | uncaptured |
| target | 2 | <Object> | after: | #addAll:after: | <OrderedCollection> | uncaptured |
| newElements | 1 | <collection> | addAll: | #addAll:after: | <OrderedCollection> | unspecified |
| index | 2 | <integer> | afterIndex: | #addAll:afterIndex: | <OrderedCollection> | uncaptured |
| newElements | 1 | <collection> | addAll: | #addAll:afterIndex: | <OrderedCollection> | unspecified |
| target | 2 | <Object> | before: | #addAll:before: | <OrderedCollection> | uncaptured |
| newElements | 1 | <collection> | addAll: | #addAll:before: | <OrderedCollection> | unspecified |
| index | 2 | <integer> | beforeIndex: | #addAll:beforeIndex: | <OrderedCollection> | uncaptured |
| newElements | 1 | <collection> | addAll: | #addAll:beforeIndex: | <OrderedCollection> | unspecified |
| newElements | 1 | <sequencedCollection> | addAllFirst: | #addAllFirst: | <OrderedCollection> | unspecified |
| newElements | 1 | <sequencedCollection> | addAllLast: | #addAllLast: | <OrderedCollection> | unspecified |
| newElement | 1 | <Object> | addFirst: | #addFirst: | <OrderedCollection> | captured |
| newElement | 1 | <Object> | addLast: | #addLast: | <OrderedCollection> | captured |
| count | 1 | <integer> | new: | #new: | <OrderedCollection factory> | unspecified |
| element1 | 1 | <Object> | with: | #with: | <OrderedCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with: | <OrderedCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with: | <OrderedCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with: | <OrderedCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with: | <OrderedCollection factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with: | <OrderedCollection factory> | captured |
| element4 | 4 | <Object> | with: | #with:with:with:with: | <OrderedCollection factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with:with: | <OrderedCollection factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with:with: | <OrderedCollection factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with:with: | <OrderedCollection factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <OrderedCollection factory> | unspecified |
| anObject | 1 | <Object> | nextPut: | #nextPut: | <puttableStream> | captured |
| aCollection | 1 | <collection> | nextPutAll: | #nextPutAll: | <puttableStream> | uncaptured |
| operand | 1 | <readableString> | , | #, | <readableString> | uncaptured |
| operand | 1 | <readableString> | < | #< | <readableString> | uncaptured |
| operand | 1 | <readableString> | <= | #<= | <readableString> | uncaptured |
| operand | 1 | <readableString> | > | #> | <readableString> | uncaptured |
| operand | 1 | <readableString> | >= | #>= | <readableString> | uncaptured |
| targetElements | 1 | <sequencedReadableCollection> | copyReplaceAll: | #copyReplaceAll:with: | <readableString> | uncaptured |
| replacementElements | 2 | <sequencedReadableCollection> | with: | #copyReplaceAll:with: | <readableString> | unspecified |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:with: | <readableString> | uncaptured |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #copyReplaceFrom:to:with: | <readableString> | unspecified |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:with: | <readableString> | uncaptured |
| targetElement | 1 | <Character> | copyReplacing: | #copyReplacing:withObject: | <readableString> | uncaptured |
| replacementElement | 2 | <Character> | withObject: | #copyReplacing:withObject: | <readableString> | captured |
| newElement | 1 | <Character> | copyWith: | #copyWith: | <readableString> | captured |
| operand | 1 | <readableString> | sameAs: | #sameAs: | <readableString> | uncaptured |
| separators | 1 | <sequencedReadableCollection> | subStrings: | #subStrings: | <readableString> | uncaptured |
| amount | 1 | <integer> | next: | #next: | <readFileStream> | uncaptured |
| anObject | 1 | <Object> | upTo: | #upTo: | <readFileStream> | uncaptured |
| amount | 1 | <integer> | next: | #next: | <ReadStream> | uncaptured |
| anObject | 1 | <Object> | upTo: | #upTo: | <ReadStream> | uncaptured |
| aCollection | 1 | <sequencedReadableCollection> | on: | #on: | <ReadStream factory> | captured |
| aCollection | 1 | <sequencedCollection> | with: | #with: | <ReadWriteStream factory> | captured |
| newElement | 2 | <Object> | put: | #at:put: | <sequencedCollection> | captured |
| index | 1 | <integer> | at: | #at:put: | <sequencedCollection> | uncaptured |
| indices | 1 | <collection> | atAll: | #atAll:put: | <sequencedCollection> | uncaptured |
| newElement | 2 | <Object> | put: | #atAll:put: | <sequencedCollection> | captured |
| newElement | 1 | <Object> | atAllPut: | #atAllPut: | <sequencedCollection> | captured |
| start | 1 | <integer> | replaceFrom: | #replaceFrom:to:with: | <sequencedCollection> | uncaptured |
| stop | 2 | <integer> | to: | #replaceFrom:to:with: | <sequencedCollection> | uncaptured |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #replaceFrom:to:with: | <sequencedCollection> | unspecified |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #replaceFrom:to:with:startingAt: | <sequencedCollection> | unspecified |
| stop | 2 | <integer> | to: | #replaceFrom:to:with:startingAt: | <sequencedCollection> | uncaptured |
| replacementStart | 4 | <integer> | startingAt: | #replaceFrom:to:with:startingAt: | <sequencedCollection> | uncaptured |
| start | 1 | <integer> | replaceFrom: | #replaceFrom:to:with:startingAt: | <sequencedCollection> | uncaptured |
| start | 1 | <integer> | replaceFrom: | #replaceFrom:to:withObject: | <sequencedCollection> | uncaptured |
| stop | 2 | <integer> | to: | #replaceFrom:to:withObject: | <sequencedCollection> | uncaptured |
| replacementElement | 3 | <Object> | withObject: | #replaceFrom:to:withObject: | <sequencedCollection> | captured |
| index | 1 | <integer> | removeAtIndex: | #removeAtIndex: | <sequencedContractibleCollection> | uncaptured |
| operand | 1 | <sequencedReadableCollection> | , | #, | <sequencedReadableCollection> | uncaptured |
| comparand | 1 | <Object> | = | #= | <sequencedReadableCollection> | uncaptured |
| target | 1 | <Object> | after: | #after: | <sequencedReadableCollection> | uncaptured |
| index | 1 | <integer> | at: | #at: | <sequencedReadableCollection> | uncaptured |
| exceptionBlock | 2 | <niladicValuable> | ifAbsent: | #at:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| index | 1 | <integer> | at: | #at:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| target | 1 | <Object> | before: | #before: | <sequencedReadableCollection> | uncaptured |
| start | 1 | <integer> | copyFrom: | #copyFrom:to: | <sequencedReadableCollection> | uncaptured |
| stop | 2 | <integer> | to: | #copyFrom:to: | <sequencedReadableCollection> | uncaptured |
| replacementElements | 2 | <sequencedReadableCollection> | with: | #copyReplaceAll:with: | <sequencedReadableCollection> | uncaptured |
| targetElements | 1 | <sequencedReadableCollection> | copyReplaceAll: | #copyReplaceAll:with: | <sequencedReadableCollection> | uncaptured |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:with: | <sequencedReadableCollection> | uncaptured |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:with: | <sequencedReadableCollection> | uncaptured |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #copyReplaceFrom:to:with: | <sequencedReadableCollection> | uncaptured |
| replacementElement | 3 | <Object> | withObject: | #copyReplaceFrom:to:withObject: | <sequencedReadableCollection> | uncaptured |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:withObject: | <sequencedReadableCollection> | uncaptured |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:withObject: | <sequencedReadableCollection> | uncaptured |
| replacementElement | 2 | <Object> | withObject: | #copyReplacing:withObject: | <sequencedReadableCollection> | uncaptured |
| targetElement | 1 | <Object> | copyReplacing: | #copyReplacing:withObject: | <sequencedReadableCollection> | uncaptured |
| newElement | 1 | <Object> | copyWith: | #copyWith: | <sequencedReadableCollection> | captured |
| oldElement | 1 | <Object> | copyWithout: | #copyWithout: | <sequencedReadableCollection> | uncaptured |
| operation | 1 | <monadicValuable> | do: | #do: | <sequencedReadableCollection> | uncaptured |
| discriminator | 1 | <monadicValuable> | findFirst: | #findFirst: | <sequencedReadableCollection> | uncaptured |
| discriminator | 1 | <monadicValuable> | findLast: | #findLast: | <sequencedReadableCollection> | uncaptured |
| stop | 2 | <integer> | to: | #from:to:do: | <sequencedReadableCollection> | uncaptured |
| start | 1 | <integer> | from: | #from:to:do: | <sequencedReadableCollection> | uncaptured |
| operation | 3 | <monadicValuable> | do: | #from:to:do: | <sequencedReadableCollection> | uncaptured |
| stop | 2 | <integer> | to: | #from:to:keysAndValuesDo: | <sequencedReadableCollection> | uncaptured |
| start | 1 | <integer> | from: | #from:to:keysAndValuesDo: | <sequencedReadableCollection> | uncaptured |
| operation | 3 | <dyadicValuable> | keysAndValuesDo: | #from:to:keysAndValuesDo: | <sequencedReadableCollection> | uncaptured |
| target | 1 | <Object> | indexOf: | #indexOf: | <sequencedReadableCollection> | uncaptured |
| target | 1 | <Object> | indexOf: | #indexOf:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| exceptionHandler | 2 | <niladicValuable> | ifAbsent: | #indexOf:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| targetSequence | 1 | <sequencedReadableCollection> | indexOfSubCollection: | #indexOfSubCollection:startingAt: | <sequencedReadableCollection> | uncaptured |
| start | 2 | <integer> | startingAt: | #indexOfSubCollection:startingAt: | <sequencedReadableCollection> | uncaptured |
| start | 2 | <integer> | startingAt: | #indexOfSubCollection:startingAt:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| targetSequence | 1 | <sequencedReadableCollection> | indexOfSubCollection: | #indexOfSubCollection:startingAt:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| exceptionHandler | 3 | <niladicValuable> | ifAbsent: | #indexOfSubCollection:startingAt:ifAbsent: | <sequencedReadableCollection> | uncaptured |
| operation | 1 | <dyadicValuable> | keysAndValuesDo: | #keysAndValuesDo: | <sequencedReadableCollection> | uncaptured |
| operation | 1 | <monadicValuable> | reverseDo: | #reverseDo: | <sequencedReadableCollection> | uncaptured |
| otherCollection | 1 | <sequencedReadableCollection> | with: | #with:do: | <sequencedReadableCollection> | uncaptured |
| operation | 2 | <dyadicValuable> | do: | #with:do: | <sequencedReadableCollection> | uncaptured |
| amount | 1 | <integer> | position: | #position: | <sequencedStream> | unspecified |
| newElement | 1 | <Object> | add: | #add: | <Set> | captured |
| newElements | 1 | <collection> | addAll: | #addAll: | <Set> | unspecified |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <Set> | uncaptured |
| count | 1 | <integer> | new: | #new: | <Set factory> | unspecified |
| element1 | 1 | <Object> | with: | #with: | <Set factory> | captured |
| element2 | 2 | <Object> | with: | #with:with: | <Set factory> | captured |
| element1 | 1 | <Object> | with: | #with:with: | <Set factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with: | <Set factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with: | <Set factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with: | <Set factory> | captured |
| element2 | 2 | <Object> | with: | #with:with:with:with: | <Set factory> | captured |
| element3 | 3 | <Object> | with: | #with:with:with:with: | <Set factory> | captured |
| element1 | 1 | <Object> | with: | #with:with:with:with: | <Set factory> | captured |
| element4 | 4 | <Object> | with: | #with:with:with:with: | <Set factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <Set factory> | unspecified |
| replacementException | 1 | <exceptionDescription> | resignalAs: | #resignalAs: | <signaledException> | unspecified |
| resumptionValue | 1 | <Object> | resume: | #resume: | <signaledException> | uncaptured |
| alternativeBlock | 1 | <niladicBlock> | retryUsing: | #retryUsing: | <signaledException> | captured |
| returnValue | 1 | <Object> | return: | #return: | <signaledException> | uncaptured |
| operand | 1 | <sequencedReadableCollection> | , | #, | <SortedCollection> | uncaptured |
| newElement | 1 | <Object> | add: | #add: | <SortedCollection> | captured |
| transformer | 1 | <monadicValuable> | collect: | #collect: | <SortedCollection> | uncaptured |
| replacementElements | 2 | <sequencedReadableCollection> | with: | #copyReplaceAll:with: | <SortedCollection> | unspecified |
| targetElements | 1 | <sequencedReadableCollection> | copyReplaceAll: | #copyReplaceAll:with: | <SortedCollection> | uncaptured |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:with: | <SortedCollection> | uncaptured |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:with: | <SortedCollection> | uncaptured |
| replacementElements | 3 | <sequencedReadableCollection> | with: | #copyReplaceFrom:to:with: | <SortedCollection> | unspecified |
| stop | 2 | <integer> | to: | #copyReplaceFrom:to:withObject: | <SortedCollection> | uncaptured |
| start | 1 | <integer> | copyReplaceFrom: | #copyReplaceFrom:to:withObject: | <SortedCollection> | uncaptured |
| replacementElement | 3 | <Object> | withObject: | #copyReplaceFrom:to:withObject: | <SortedCollection> | captured |
| targetElement | 1 | <Object> | copyReplacing: | #copyReplacing:withObject: | <SortedCollection> | uncaptured |
| replacementElement | 2 | <Object> | withObject: | #copyReplacing:withObject: | <SortedCollection> | captured |
| discriminator | 1 | <dyadicValuable> | sortBlock: | #sortBlock: | <SortedCollection> | captured |
| count | 1 | <integer> | new: | #new: | <SortedCollection factory> | unspecified |
| sortBlock | 1 | <dyadicValuable> | sortBlock: | #sortBlock: | <SortedCollection factory> | captured |
| firstElement | 1 | <Object> | with: | #with: | <SortedCollection factory> | captured |
| secondElement | 2 | <Object> | with: | #with:with: | <SortedCollection factory> | captured |
| firstElement | 1 | <Object> | with: | #with:with: | <SortedCollection factory> | captured |
| thirdElement | 3 | <Object> | with: | #with:with:with: | <SortedCollection factory> | captured |
| secondElement | 2 | <Object> | with: | #with:with:with: | <SortedCollection factory> | captured |
| firstElement | 1 | <Object> | with: | #with:with:with: | <SortedCollection factory> | captured |
| secondElement | 2 | <Object> | with: | #with:with:with:with: | <SortedCollection factory> | captured |
| thirdElement | 3 | <Object> | with: | #with:with:with:with: | <SortedCollection factory> | captured |
| fourthElement | 4 | <Object> | with: | #with:with:with:with: | <SortedCollection factory> | captured |
| firstElement | 1 | <Object> | with: | #with:with:with:with: | <SortedCollection factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <SortedCollection factory> | unspecified |
| count | 1 | <integer> | new: | #new: | <String factory> | unspecified |
| element1 | 1 | <Character> | with: | #with: | <String factory> | captured |
| element2 | 2 | <Character> | with: | #with:with: | <String factory> | captured |
| element1 | 1 | <Character> | with: | #with:with: | <String factory> | captured |
| element1 | 1 | <Character> | with: | #with:with:with: | <String factory> | captured |
| element2 | 2 | <Character> | with: | #with:with:with: | <String factory> | captured |
| element3 | 3 | <Character> | with: | #with:with:with: | <String factory> | captured |
| element3 | 3 | <Character> | with: | #with:with:with:with: | <String factory> | captured |
| element4 | 4 | <Character> | with: | #with:with:with:with: | <String factory> | captured |
| element2 | 2 | <Character> | with: | #with:with:with:with: | <String factory> | captured |
| element1 | 1 | <Character> | with: | #with:with:with:with: | <String factory> | captured |
| newElements | 1 | <collection> | withAll: | #withAll: | <String factory> | unspecified |
| argumentArray | 1 | <sequencedReadableCollection> | valueWithArguments: | #valueWithArguments: | <valuable> | uncaptured |
| aCollection | 1 | <sequencedCollection> | with: | #with: | <WriteStream factory> | captured |
| argument | 1 | <number> | dividend: | #dividend: | <ZeroDivide factory> | captured |