Hello BCel users,

I'm trying to get the target instruction handle from the GOTO instruction 
off of a try catch block.  In Java, it looks something like this:

try {
    <Whatever1>
}
catch(Exception e) {

    <Whatever2>
}

System.out.println("done");

What I'm trying to do is given the GOTO instruction at the end of 
<whatever1>, i want to get an index to the instruction which begins the 
System.out.println("done") command.  I'm trying 
BranchInstruction.getTarget() but it always returns null.  What is the 
proper way for me to do this?

Thanks,

--Abel


_________________________________________________________________
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]>

Reply via email to