|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.matching.AdviceApplication
abc.weaving.matching.ConstructorAdviceApplication
abc.weaving.matching.PreinitializationAdviceApplication
public class PreinitializationAdviceApplication
Application of advice at a preinitialization joinpoint
Field Summary |
---|
Fields inherited from class abc.weaving.matching.AdviceApplication |
---|
advice, shadowmatch |
Constructor Summary | |
---|---|
PreinitializationAdviceApplication(AbstractAdviceDecl advice,
Residue residue)
|
Method Summary | |
---|---|
void |
debugInfo(java.lang.String prefix,
java.lang.StringBuffer sb)
Add some information about the advice application to a string buffer, starting each line with the given prefix |
AdviceApplication |
inline(ConstructorInliningMap cim)
Create a new AdviceApplication that's just like this one, but applies to an inlined version of the code. |
Methods inherited from class abc.weaving.matching.AdviceApplication |
---|
computeAdviceLists, doShadows, getResidue, getResidueBoxes, reportMessages, setResidue, setShadowMatch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreinitializationAdviceApplication(AbstractAdviceDecl advice, Residue residue)
Method Detail |
---|
public void debugInfo(java.lang.String prefix, java.lang.StringBuffer sb)
AdviceApplication
debugInfo
in class AdviceApplication
public AdviceApplication inline(ConstructorInliningMap cim)
AdviceApplication
inline
in class AdviceApplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |