abc.weaving.matching
Class TrapMethodPosition

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

public class TrapMethodPosition
extends MethodPosition

Specifies matching at a particular exception trap

Author:
Ganesh Sittampalam

Constructor Summary
TrapMethodPosition(SootMethod container, Trap trap)
           
 
Method Summary
 Host getHost()
           
 Trap getTrap()
           
 
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

TrapMethodPosition

public TrapMethodPosition(SootMethod container,
                          Trap trap)
Method Detail

getTrap

public Trap getTrap()

getHost

public Host getHost()
Overrides:
getHost in class MethodPosition