Klasse ThisOrTargetPointcut

Alle implementierten Schnittstellen:
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.

Autor:
Erik Hilsdale, Jim Hugunin