abc.weaving.matching
Class NewStmtMethodPosition

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

public class NewStmtMethodPosition
extends MethodPosition

Specifies matching at a particular new statement

Author:
Ganesh Sittampalam

Constructor Summary
NewStmtMethodPosition(SootMethod container, Stmt stmt, Stmt nextStmt)
           
 
Method Summary
 Host getHost()
           
 Stmt getNextStmt()
           
 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

NewStmtMethodPosition

public NewStmtMethodPosition(SootMethod container,
                             Stmt stmt,
                             Stmt nextStmt)
Method Detail

getStmt

public Stmt getStmt()

getNextStmt

public Stmt getNextStmt()

getHost

public Host getHost()
Overrides:
getHost in class MethodPosition