abc.weaving.matching
Class SetFieldShadowType

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

public class SetFieldShadowType
extends ShadowType

A joinpoint shadow that applies at a field set

Author:
Ganesh Sittampalam

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

SetFieldShadowType

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