George P Nychis wrote:
If there is no centralized place, maybe someone can help me out by inserting a
printf() when BufferReader is called?
Sorry for the delay, George.
Assuming you are interested in mixing in behaviour each time when a
method is entered, or in similar circumstances, you should check out
AspectJ :
http://www.eclipse.org/aspectj/
and in particular
http://www.eclipse.org/aspectj/doc/released/progguide/index.html
which allows you to change classes either at loading time, to add new
functionality at pointcuts, or before they are loaded, by weaving in the
new aspects ahead of time.
I haven't used AspectJ myself with Kaffe yet, so I'd be curious if, and
how well it works.
cheers,
dalibor topic
_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe