abc.weaving.matching
Class MethodPosition

java.lang.Object
  extended by abc.weaving.matching.MethodPosition
Direct Known Subclasses:
NewStmtMethodPosition, StmtMethodPosition, TrapMethodPosition, WholeMethodPosition

public abstract class MethodPosition
extends java.lang.Object

Used to specify that we are currently looking at the "whole" method during matching

Author:
Ganesh Sittampalam

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

Constructor Detail

MethodPosition

public MethodPosition(SootMethod container)
Method Detail

getContainer

public SootMethod getContainer()

getHost

public Host getHost()