org.codehaus.aspectwerkz.transform.inlining.spi
Class AspectModel.AroundClosureClassInfo

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.spi.AspectModel.AroundClosureClassInfo
Enclosing interface:
AspectModel

public static class AspectModel.AroundClosureClassInfo
extends Object

Info about the around closure class or interface for this specific aspect model.

Author:
Jonas BonŽr

Nested Class Summary
static class AspectModel.AroundClosureClassInfo.Type
          Type safe enum for the around closure class type.
 
Constructor Summary
AspectModel.AroundClosureClassInfo(String superClassName, String[] interfaceNames)
           
 
Method Summary
 String[] getInterfaceNames()
           
 String getSuperClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectModel.AroundClosureClassInfo

public AspectModel.AroundClosureClassInfo(String superClassName,
                                          String[] interfaceNames)
Method Detail

getSuperClassName

public String getSuperClassName()

getInterfaceNames

public String[] getInterfaceNames()


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