org.codehaus.aspectwerkz.transform
Class AspectWerkzPreProcessor.Output

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.AspectWerkzPreProcessor.Output
Enclosing class:
AspectWerkzPreProcessor

public static class AspectWerkzPreProcessor.Output
extends Object

Structure build when invoking tool weaving


Field Summary
 byte[] bytecode
           
 EmittedJoinPoint[] emittedJoinPoints
           
 
Constructor Summary
AspectWerkzPreProcessor.Output()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytecode

public byte[] bytecode

emittedJoinPoints

public EmittedJoinPoint[] emittedJoinPoints
Constructor Detail

AspectWerkzPreProcessor.Output

public AspectWerkzPreProcessor.Output()


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