abc.weaving.matching
Class WholeMethodPosition

java.lang.Object
  extended by abc.weaving.matching.MethodPosition
      extended by abc.weaving.matching.WholeMethodPosition

public class WholeMethodPosition
extends MethodPosition

The "position" of the whole method

Author:
Ganesh Sittampalam

Constructor Summary
WholeMethodPosition(SootMethod container)
           
 
Method Summary
 
Methods inherited from class abc.weaving.matching.MethodPosition
getContainer, getHost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholeMethodPosition

public WholeMethodPosition(SootMethod container)