File size: 406 Bytes
8f3f8db
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
public
ignoredMethods
	pluginName = 'BitBltPlugin' ifTrue: [
		^#(dstLongAt: dstLongAt:put: srcLongAt:)].
	pluginName = 'ScratchPlugin' ifTrue: [
			^(ScratchPlugin organization listAtCategoryNamed: 'serial port'), 
				(ScratchPlugin organization listAtCategoryNamed: 'os functions')].
	pluginName = 'B2DPlugin' ifTrue: [
		^self translatedMethodsB2DPlugin collect: [:ea | ea key]].
	^super ignoredMethods