Klasse AfterThrowingAdviceDeclaration


public class AfterThrowingAdviceDeclaration extends AfterAdviceDeclaration
AfterThrowingAdviceDeclaration DOM AST node. has: everything an AfterAdviceDeclaration has, an optional throwing property It inherits property descriptors from AdviceDeclaration, but needs to add one for its throwing property, 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 'throwing' prefix to distinguish them from the ones defined in AdviceDeclaration. There has to be a better way, but this works.
Autor:
ajh02