Class AroundAdviceDeclaration

java.lang.Object

public class AroundAdviceDeclaration extends AdviceDeclaration
AroundAdviceDeclaration DOM AST node. has: everything an AdviceDeclaration has, a return type (or return type Mark2) It inherits property descriptors from AdviceDeclaration, but needs to add one for its return type, but I can't mix descripters from two different classes in a property list, so I have to redefine them all here and use a 'around' prefix to distinguish them from the ones defined in AdviceDeclaration. There has to be a better way, but this works.
Author:
ajh02