abc.weaving.matching
Class ConstructorCallShadowType

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

public class ConstructorCallShadowType
extends ShadowType

A joinpoint shadow that applies at "new"+constructor call

Author:
Ganesh Sittampalam

Constructor Summary
ConstructorCallShadowType()
           
 
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

ConstructorCallShadowType

public ConstructorCallShadowType()
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