|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdviceSpec
An advice specification.
| Method Summary | |
|---|---|
boolean |
isAfter()
Is this advice spec for "after" advice? |
Residue |
matchesAt(WeavingEnv we,
ShadowMatch sm,
AbstractAdviceDecl ad)
Does this kind of advice match at the given join point shadow? |
void |
weave(SootMethod method,
LocalGeneratorEx localgen,
AdviceApplication adviceappl)
Weave a specific advice application into the given method using the given local generator. |
| Method Detail |
|---|
boolean isAfter()
Residue matchesAt(WeavingEnv we,
ShadowMatch sm,
AbstractAdviceDecl ad)
we - The weaving environmentsm - The shadow match structuread - The advice declaration being matched, for use in generating a good error message
if appropriate
void weave(SootMethod method,
LocalGeneratorEx localgen,
AdviceApplication adviceappl)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||