Klasse AroundAdviceDeclaration


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.
Autor:
ajh02
  • Felddetails

  • Methodendetails

    • propertyDescriptors

      public static List propertyDescriptors(int apiLevel)
    • typeParameters

      public List typeParameters()
    • getReturnType

      public Type getReturnType()
    • setReturnType

      public void setReturnType(Type type)
    • getReturnType2

      public Type getReturnType2()
    • setReturnType2

      public void setReturnType2(Type type)