Hi,

I am quite new to clojure and in the process of sharpening my skills. I
bumped into an interop problem:

I have a Java concrete class A that has a protectedMethod(parameter). I'd
like to wrap the method, but also call the one defined in the super class.

I found that (proxy ..) is no good for this, I was trying to figure out
gen-class, but seem quite a hassle. Particularly, I don't know how to call
the method in the super class i.e. what is the equivalent for
super.protectedMethod(..) within the context of gen-class.

Anybody has a clue?

Thanks a lot.

Las

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to