(call-method klass method-name params obj & args)
Calls a private or protected method.
params is a vector of classes which correspond to the arguments to the method e
obj is nil for static methods, the instance object otherwise.
The method-name is given a symbol or a keyword (something Named).
Calls a private or protected method. params is a vector of classes which correspond to the arguments to the method e obj is nil for static methods, the instance object otherwise. The method-name is given a symbol or a keyword (something Named).
(get-field klass field-name obj)
Access to private or protected field. field-name is a symbol or keyword.
Access to private or protected field. field-name is a symbol or keyword.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close