org.codehaus.aspectwerkz.cflow
Class CflowCompiler.CompiledCflowAspect

java.lang.Object
  extended by org.codehaus.aspectwerkz.cflow.CflowCompiler.CompiledCflowAspect
Enclosing class:
CflowCompiler

public static class CflowCompiler.CompiledCflowAspect
extends Object

Information about a compiled Cflow Aspect


Field Summary
 byte[] bytecode
           
 String className
           
 
Constructor Summary
CflowCompiler.CompiledCflowAspect()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytecode

public byte[] bytecode

className

public String className
Constructor Detail

CflowCompiler.CompiledCflowAspect

public CflowCompiler.CompiledCflowAspect()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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