|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LazyClassGen | |
|---|---|
| org.aspectj.weaver.bcel | |
| Uses of LazyClassGen in org.aspectj.weaver.bcel |
|---|
| Methods in org.aspectj.weaver.bcel that return LazyClassGen | |
|---|---|
LazyClassGen |
BcelShadow.getEnclosingClass()
|
LazyClassGen |
LazyMethodGen.getEnclosingClass()
|
LazyClassGen |
BcelObjectType.getLazyClassGen()
Return the lazyClassGen associated with this type. |
LazyClassGen |
BcelWeaver.weaveWithoutDump(UnwovenClassFile classFile,
BcelObjectType classType)
|
| Methods in org.aspectj.weaver.bcel with parameters of type LazyClassGen | |
|---|---|
void |
LazyClassGen.addGeneratedInner(LazyClassGen newClass)
|
boolean |
BcelTypeMunger.attemptToModifySuperCalls(org.aspectj.weaver.bcel.BcelClassWeaver weaver,
LazyClassGen newParentTarget,
ResolvedType newParent)
The main part of implementing declare parents extends. |
boolean |
BcelPerClauseAspectAdder.forceMunge(LazyClassGen gen,
boolean checkAlreadyThere)
|
UnwovenClassFile[] |
BcelWeaver.getClassFilesFor(LazyClassGen clazz)
|
static Member |
BcelWorld.makeFieldJoinPointSignature(LazyClassGen cg,
FieldInstruction fi)
|
Member |
BcelWorld.makeJoinPointSignatureForArrayConstruction(LazyClassGen cg,
InstructionHandle handle)
|
Member |
BcelWorld.makeJoinPointSignatureForMethodInvocation(LazyClassGen cg,
InvokeInstruction ii)
|
Member |
BcelWorld.makeJoinPointSignatureForMonitorEnter(LazyClassGen cg,
InstructionHandle h)
|
Member |
BcelWorld.makeJoinPointSignatureForMonitorExit(LazyClassGen cg,
InstructionHandle h)
|
| Constructors in org.aspectj.weaver.bcel with parameters of type LazyClassGen | |
|---|---|
LazyMethodGen(org.aspectj.weaver.bcel.BcelMethod m,
LazyClassGen enclosingClass)
|
|
LazyMethodGen(int modifiers,
Type returnType,
java.lang.String name,
Type[] paramTypes,
java.lang.String[] declaredExceptions,
LazyClassGen enclosingClass)
|
|
LazyMethodGen(Method m,
LazyClassGen enclosingClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||