Uses of Package
org.codehaus.aspectwerkz.transform.inlining.compiler

Packages that use org.codehaus.aspectwerkz.transform.inlining.compiler
org.codehaus.aspectwerkz.joinpoint.management   
org.codehaus.aspectwerkz.transform.inlining.compiler   
org.codehaus.aspectwerkz.transform.inlining.deployer   
 

Classes in org.codehaus.aspectwerkz.transform.inlining.compiler used by org.codehaus.aspectwerkz.joinpoint.management
CompilationInfo
          Info needed for the compilation of the join point, holds both the initial model and the latest redefined model.
CompilationInfo.Model
          Represents the information needed to compile one joinpoint at a given time
 

Classes in org.codehaus.aspectwerkz.transform.inlining.compiler used by org.codehaus.aspectwerkz.transform.inlining.compiler
AbstractJoinPointCompiler
          Abstract base class for the different join point compiler implementations.
CompilationInfo
          Info needed for the compilation of the join point, holds both the initial model and the latest redefined model.
CompilationInfo.Model
          Represents the information needed to compile one joinpoint at a given time
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.
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.
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.
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.
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.
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.
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.
 

Classes in org.codehaus.aspectwerkz.transform.inlining.compiler used by org.codehaus.aspectwerkz.transform.inlining.deployer
CompilationInfo
          Info needed for the compilation of the join point, holds both the initial model and the latest redefined model.
MatchingJoinPointInfo
          Holds info sufficient for picking out the join points we are interested in advising.
 



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