abc.weaving.weaver
Class AdviceInliner.IfMethodInlineOptions

java.lang.Object
  extended by abc.weaving.weaver.AdviceInliner.IfMethodInlineOptions
All Implemented Interfaces:
AdviceInliner.InlineOptions
Enclosing class:
AdviceInliner

protected class AdviceInliner.IfMethodInlineOptions
extends java.lang.Object
implements AdviceInliner.InlineOptions


Constructor Summary
protected AdviceInliner.IfMethodInlineOptions()
           
 
Method Summary
 boolean inline(SootMethod container, Stmt stmt, InvokeExpr expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceInliner.IfMethodInlineOptions

protected AdviceInliner.IfMethodInlineOptions()
Method Detail

inline

public boolean inline(SootMethod container,
                      Stmt stmt,
                      InvokeExpr expr)
Specified by:
inline in interface AdviceInliner.InlineOptions