Class ThisOrTargetPointcut

java.lang.Object
All Implemented Interfaces:
IHasPosition, IHasSourceLocation

public class ThisOrTargetPointcut extends NameBindingPointcut
Corresponds to target or this pcd.

type is initially a WildTypePattern. If it stays that way, it's a this(Foo) type deal. however, the resolveBindings method may convert it to a BindingTypePattern, in which case, it's a this(foo) type deal.

Author:
Erik Hilsdale, Jim Hugunin