|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectabc.aspectj.parse.LexerAction_c
abc.aspectj.parse.PerClauseLexerAction_c
public class PerClauseLexerAction_c
Defines the handling of "per-pointcut" keywords.
| Field Summary |
|---|
| Fields inherited from class abc.aspectj.parse.LexerAction_c |
|---|
nextState, token |
| Constructor Summary | |
|---|---|
PerClauseLexerAction_c(java.lang.Integer t)
|
|
PerClauseLexerAction_c(java.lang.Integer t,
java.lang.Integer s)
|
|
| Method Summary | |
|---|---|
int |
getToken(AbcLexer lexer)
This function is called when the keyword that is associated with this action is encountered in the lexer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerClauseLexerAction_c(java.lang.Integer t)
public PerClauseLexerAction_c(java.lang.Integer t,
java.lang.Integer s)
| Method Detail |
|---|
public int getToken(AbcLexer lexer)
LexerAction
getToken in interface LexerActiongetToken in class LexerAction_clexer - The lexer object that the action should apply to. It is used for
the calls that produce side-effects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||