in reply to parsing a java src file
I used javap with the -c flag to put listener apis from java's foundation classes into a useful form in Java::Swing. You can see what I did by getting the distribution and looking in the Swing/Generate subdirectory for the all_listeners script. It has a Parse::RecDescent grammar which parsed the javap output for me.
Phil
|
|---|