Uses of Interface
org.codehaus.aspectwerkz.transform.Compiler

Packages that use Compiler
org.codehaus.aspectwerkz.transform.inlining.compiler   
 

Uses of Compiler in org.codehaus.aspectwerkz.transform.inlining.compiler
 

Classes in org.codehaus.aspectwerkz.transform.inlining.compiler that implement Compiler
 class AbstractJoinPointCompiler
          Abstract base class for the different join point compiler implementations.
 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.
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.