Klasse AspectInstanceVar


public class AspectInstanceVar extends BcelVar
Used to represent a variable reference to an aspect instance. This is used to support the if pointcut usage of 'thisAspectInstance'. This variable does not have a slot, instead on requesting a reference we call aspectOf() on the aspect in question to retrieve it. For now it only works with singleton aspects.