Searched defs:origMethod (Results 1 – 4 of 4) sorted by relevance
347 public void redirectMethodCall(CtMethod origMethod, in redirectMethodCall()429 public void insertBeforeMethod(CtMethod origMethod, in insertBeforeMethod()476 public void insertAfterMethod(CtMethod origMethod, in insertAfterMethod()
24 CtMethod origMethod, CtMethod afterMethod) in TransformAfter()
30 CtMethod origMethod, CtMethod beforeMethod) in TransformBefore()
34 public TransformCall(Transformer next, CtMethod origMethod, in TransformCall()