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

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

Introduction

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

Usage

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

/**
 * Extends the PatternParser to generate Wrappers for Pointcut objects
 * instead of the objects themselves. It also performs the registration
 * of parsed pointcuts to the CaesarPointcutScope class, so that more 
 * information about the pointcut can be used when resolving them.
 *