Package abc.aspectj.parse

Parser for the aspectjeton language extension.

See:
          Description

Interface Summary
AbcLexer The interface implemented by abc's lexer, exposing some additional functionality to allow for extensibility.
LexerAction Classes implement this interface to indicate they can perform the actions required by the lexer when a particular keyword is scanned.
 

Class Summary
LexerAction_c Default implementation of the LexerAction interface.
PerClauseLexerAction_c Defines the handling of "per-pointcut" keywords.
 

Package abc.aspectj.parse Description

Parser for the aspectjeton language extension.