|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractJoinPointCompiler | |
|---|---|
| org.codehaus.aspectwerkz.transform.inlining.compiler | |
| Uses of AbstractJoinPointCompiler in org.codehaus.aspectwerkz.transform.inlining.compiler |
|---|
| Subclasses of AbstractJoinPointCompiler in org.codehaus.aspectwerkz.transform.inlining.compiler | |
|---|---|
class |
ConstructorCallJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
ConstructorCallJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
ConstructorExecutionJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
ConstructorExecutionJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
FieldGetJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
FieldGetJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
FieldSetJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
FieldSetJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
HandlerJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
HandlerJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
MethodCallJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
MethodCallJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
MethodExecutionJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
class |
MethodExecutionJoinPointRedefiner
Redefines the existing join point class and turns it into a delegation class delegating to the newly created replacement join point class. |
class |
StaticInitializationJoinPointCompiler
A compiler that compiles/generates a class that represents a specific join point, a class which invokes the advices and the target join point statically. |
| Constructors in org.codehaus.aspectwerkz.transform.inlining.compiler with parameters of type AbstractJoinPointCompiler | |
|---|---|
RuntimeCheckVisitor(AbstractJoinPointCompiler compiler,
org.objectweb.asm.CodeVisitor cv,
ExpressionInfo info,
boolean isOptimizedJoinPoint,
int joinPointIndex,
int calleeIndex)
Create a new visitor given a specific AdviceInfo |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||