|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.weaver.loadtime.ConcreteAspectCodeGen
public class ConcreteAspectCodeGen
Generates bytecode for concrete-aspect
The concrete aspect is @AspectJ code generated. As it is build during aop.xml definitions registration we perform the type munging for perclause ie aspectOf artifact directly, instead of waiting for it to go thru the weaver (that we are in the middle of configuring).
Method Summary | |
---|---|
byte[] |
getBytes()
Build the bytecode for the concrete aspect |
java.lang.String |
getClassName()
|
boolean |
validate()
Checks that concrete aspect is valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean validate()
public java.lang.String getClassName()
public byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |