Example usage for org.aspectj.weaver.patterns ReferencePointcut subclass-usage

List of usage examples for org.aspectj.weaver.patterns ReferencePointcut subclass-usage

Introduction

In this page you can find the example usage for org.aspectj.weaver.patterns ReferencePointcut subclass-usage.

Usage

From source file org.caesarj.compiler.aspectj.CaesarSuperPointcut.java

/**
 * This class represents a reference to a pointcut in the super class.
 * 
 * It is created by the parser when something like this is found :
 * 
 * public cclass ClsB extends ClsA {