Klasse AfterReturningAdviceDeclaration


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

    • returningJAVADOC_PROPERTY

      public static final ChildPropertyDescriptor returningJAVADOC_PROPERTY
    • returningPARAMETERS_PROPERTY

      public static final ChildListPropertyDescriptor returningPARAMETERS_PROPERTY
    • returningPOINTCUT_PROPERTY

      public static final ChildPropertyDescriptor returningPOINTCUT_PROPERTY
    • returningTHROWN_EXCEPTIONS_PROPERTY

      public static final ChildListPropertyDescriptor returningTHROWN_EXCEPTIONS_PROPERTY
    • returningBODY_PROPERTY

      public static final ChildPropertyDescriptor returningBODY_PROPERTY
    • returningPROPERTY_DESCRIPTORS_2_0

      protected static List returningPROPERTY_DESCRIPTORS_2_0
    • returningPROPERTY_DESCRIPTORS_3_0

      protected static List returningPROPERTY_DESCRIPTORS_3_0
    • returningRETURNING_PROPERTY

      public static final ChildPropertyDescriptor returningRETURNING_PROPERTY
  • Methodendetails