| org.codehaus.aspectwerkz.transform.Compiler
Compiler | public interface Compiler (Code) | | Generic interface for the code generation compilers used in the AspectWerkz weaver.
author: Jonas BonŽr |
Method Summary | |
public byte[] | compile() Compiles the code and returns the bytecode for the compiled code. |
compile | public byte[] compile()(Code) | | Compiles the code and returns the bytecode for the compiled code.
the bytecode for the compiled code |
|
|