Re: Invokation and return statement analysis with BCEL

"Martin Schoeberl" <[email protected]> Thu, 8 Mar 2007 12:55:32 +0100
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <018901c7619e$ea8dff50$f3e18380@luna>
> There are some classes in BCEL's verifer project that will help you out 
> by doing stack simulation this will let you access the types on the 
> stack. Have a look at the org.apache.bcel.verifier.structurals 
> <http://djvm/internal/bcel-5.2/apidocs/org/apache/bcel/verifier/structurals/package-frame.html> 

interesting, but the link is broken.

Martin