abc.weaving.matching
Class StmtMethodPosition

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

public class StmtMethodPosition
extends MethodPosition

Specifies matching at a particular statement

Author:
Ganesh Sittampalam

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

Constructor Detail

StmtMethodPosition

public StmtMethodPosition(SootMethod container,
                          Stmt stmt)
Method Detail

getStmt

public Stmt getStmt()

getHost

public Host getHost()
Overrides:
getHost in class MethodPosition