|
From: dongyu s. <sun...@ya...> - 2008-09-07 16:13:04
|
Hi manu: thx for --- On Sat, 9/6/08, Manu Sridharan <msr...@us...> wrote: From: Manu Sridharan <msr...@us...> Subject: Re: [Wala-wala] CFG/IR/CDG To: "WALA discussion and Q&A" <wal...@li...> Date: Saturday, September 6, 2008, 2:11 PM Hi Dongyu, My guess is that you'd be better off using delegation than subclassing. For an example involving control-flow graphs, see com.ibm.wala.ipa.cfg.PrunedCFG. -Manu dongyu sun ---09/06/2008 01:01:08 PM---------------------------------------------------------------------------- dongyu sun <sun...@ya...> Sent by: wal...@li... 09/06/2008 12:59 PM Please respond to WALA discussion and Q&A <wal...@li...> To Wal...@li... cc Subject [Wala-wala] CFG/IR/CDG Hi, I am trying to create some of my own class that has the inherited feature of the cfg interface. Since the cfg is only a interface, is that any concrete class that implement cfg and I can write a class to extend from? Also, if there exist such base class for me to extend from, how to copy a cfg returned from IR.getControlFlowGraph() into the new class that I create from.. thanks dongyu ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Wala-wala mailing list Wal...@li... https://lists.sourceforge.net/lists/listinfo/wala-wala ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ Wala-wala mailing list Wal...@li... https://lists.sourceforge.net/lists/listinfo/wala-wala |