org.codehaus.aspectwerkz.attribdef.definition.attribute
Class DefaultAspectAttributeParser

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.AspectAttributeParser
      extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.DefaultAspectAttributeParser

public class DefaultAspectAttributeParser
extends AspectAttributeParser

Extracts the aspects attributes from the class files and creates a meta-data representation of them.

Author:
Jonas Bonér, Alexandre Vasseur

Constructor Summary
DefaultAspectAttributeParser()
           
 
Method Summary
 AspectDefinition parse(java.lang.Class klass)
          Parse the attributes and create and return a meta-data representation of them.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAspectAttributeParser

public DefaultAspectAttributeParser()
Method Detail

parse

public AspectDefinition parse(java.lang.Class klass)
Parse the attributes and create and return a meta-data representation of them.

Specified by:
parse in class AspectAttributeParser
Parameters:
klass - the class to extract attributes from
Returns:
the aspect meta-data


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.