Class DeclareSoftDeclaration


public class DeclareSoftDeclaration extends DeclareDeclaration
DeclareSoftDeclaration DOM AST node. Has everything a DeclareDeclaration has plus: a Type called 'type' a PointcutDesignator called 'pointcut'
  • Field Details

  • Method Details

    • propertyDescriptors

      public static List propertyDescriptors(int apiLevel)
      Returns a list of structural property descriptors for this node type. Clients must not modify the result.
      Parameters:
      apiLevel - the API level; one of the AST.JLS* constants
      Returns:
      a list of property descriptors (element type: StructuralPropertyDescriptor)
      Since:
      3.0
    • getTypePattern

      public AbstractTypePattern getTypePattern()
    • setTypePattern

      public void setTypePattern(AbstractTypePattern typePattern)
    • getPointcut

      public PointcutDesignator getPointcut()
    • setPointcut

      public void setPointcut(PointcutDesignator pointcut)