org.codehaus.aspectwerkz.transform
Interface Compiler

All Known Implementing Classes:
AbstractJoinPointCompiler, ConstructorCallJoinPointCompiler, ConstructorCallJoinPointRedefiner, ConstructorExecutionJoinPointCompiler, ConstructorExecutionJoinPointRedefiner, FieldGetJoinPointCompiler, FieldGetJoinPointRedefiner, FieldSetJoinPointCompiler, FieldSetJoinPointRedefiner, HandlerJoinPointCompiler, HandlerJoinPointRedefiner, MethodCallJoinPointCompiler, MethodCallJoinPointRedefiner, MethodExecutionJoinPointCompiler, MethodExecutionJoinPointRedefiner, StaticInitializationJoinPointCompiler

public interface Compiler

Generic interface for the code generation compilers used in the AspectWerkz weaver.

Author:
Jonas BonŽr

Method Summary
 byte[] compile()
          Compiles the code and returns the bytecode for the compiled code.
 

Method Detail

compile

byte[] compile()
Compiles the code and returns the bytecode for the compiled code.

Returns:
the bytecode for the compiled code


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