Skip to content

JavaObject__invoke_with_

Sergi Reyner edited this page Mar 16, 2014 · 1 revision

#Class JavaObject

[back]

invoke: aMethodName with: el
	^ self invoke: aMethodName withArguments: (Array with: el)

Clone this wiki locally