|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.matching.MethodPosition
abc.weaving.matching.NewStmtMethodPosition
public class NewStmtMethodPosition
Specifies matching at a particular new statement
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 |
---|
public NewStmtMethodPosition(SootMethod container, Stmt stmt, Stmt nextStmt)
Method Detail |
---|
public Stmt getStmt()
public Stmt getNextStmt()
public Host getHost()
getHost
in class MethodPosition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |