[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Extend Jimple keywords
> ExitMonitor, as you say (
> http://www.sable.mcgill.ca/soot/doc/soot/jimple/ExitMonitorStmt.html )
> should be as good as any other statement to copy. You just need to
> get a proper feel for the Soot/Jimple hierarchy... ie in this case you
> want to define interfaces and implementations for your keywords that
> extend the Stmt interface.
Note: syncWait may need to implement Expr instead of Stmt since it is
already part of an AssignStmt... but otherwise nothing much is
different.
Cheers,
Navin.