|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.aspectinfo.Syntax
abc.weaving.aspectinfo.AbstractAdviceSpec
abc.weaving.aspectinfo.AbstractAfterAdvice
public abstract class AbstractAfterAdvice
Abstract base class for all forms of "after" advice
Constructor Summary | |
---|---|
AbstractAfterAdvice(Position pos)
|
Method Summary | |
---|---|
Residue |
matchesAt(WeavingEnv we,
ShadowMatch sm,
AbstractAdviceDecl ad)
Does this kind of advice match at the given join point shadow? |
Methods inherited from class abc.weaving.aspectinfo.AbstractAdviceSpec |
---|
isAfter |
Methods inherited from class abc.weaving.aspectinfo.Syntax |
---|
getPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface abc.weaving.aspectinfo.AdviceSpec |
---|
weave |
Constructor Detail |
---|
public AbstractAfterAdvice(Position pos)
Method Detail |
---|
public Residue matchesAt(WeavingEnv we, ShadowMatch sm, AbstractAdviceDecl ad)
AdviceSpec
we
- The weaving environmentsm
- The shadow match structuread
- The advice declaration being matched, for use in generating a good error message
if appropriate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |