abc.weaving.matching
Class MethodCallShadowType

java.lang.Object
  extended by abc.weaving.matching.ShadowType
      extended by abc.weaving.matching.MethodCallShadowType

public class MethodCallShadowType
extends ShadowType

A joinpoint shadow that applies at a method call

Author:
Ganesh Sittampalam

Constructor Summary
MethodCallShadowType()
           
 
Method Summary
 ShadowMatch matchesAt(MethodPosition pos)
          Find out if there is a join point shadow of the relevant type at the given MethodPosition, and if so return it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallShadowType

public MethodCallShadowType()
Method Detail

matchesAt

public ShadowMatch matchesAt(MethodPosition pos)
Description copied from class: ShadowType
Find out if there is a join point shadow of the relevant type at the given MethodPosition, and if so return it

Specified by:
matchesAt in class ShadowType