I have done all this so give me a call if you want to chat. Burt (303) 642-4457
-----Original Message----- From: Ian Hunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 5:18 AM To: [EMAIL PROTECTED] Subject: Method start & termination points Are there convenient ways within BCel to identify points in methods where users can safely insert code. My thoughts are that given a method, can I identify things like all return statements, exception exits from the method and possibly System.exit(). I also realise that in the case of <init> there is some code which must be first (the new and the call to super()). There may be other examples which I haven't come across. A possible facility could be.... InstructionHandle MethodGen.getEntry(); InstructionHandle[] MethodGen.getExits(); Are there any other approaches which I could take? Many Thanks Ian Hunter _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
