|
|||||||||
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
abc.weaving.aspectinfo.AfterAdvice
public class AfterAdvice
Advice specification for after advice.
Constructor Summary | |
---|---|
AfterAdvice(Position pos)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
void |
weave(SootMethod method,
LocalGeneratorEx localgen,
AdviceApplication adviceappl)
Weave a specific advice application into the given method using the given local generator. |
Methods inherited from class abc.weaving.aspectinfo.AbstractAfterAdvice |
---|
matchesAt |
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, wait, wait, wait |
Constructor Detail |
---|
public AfterAdvice(Position pos)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void weave(SootMethod method, LocalGeneratorEx localgen, AdviceApplication adviceappl)
AdviceSpec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |