Klasse DeclareSoftDeclaration


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

  • Methodendetails

    • propertyDescriptors

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

      public AbstractTypePattern getTypePattern()
    • setTypePattern

      public void setTypePattern(AbstractTypePattern typePattern)
    • getPointcut

      public PointcutDesignator getPointcut()
    • setPointcut

      public void setPointcut(PointcutDesignator pointcut)