Klasse DeclarePrecedenceDeclaration


public class DeclarePrecedenceDeclaration extends DeclareDeclaration
DeclarePrecedenceDeclaration DOM AST node. Has everything a DeclareDeclaration has plus: a TypePattern list called 'parentTypePatterns'
  • Felddetails

    • JAVADOC_PROPERTY

      public static final ChildPropertyDescriptor JAVADOC_PROPERTY
    • TYPE_PATTERNS_LIST_PROPERTY

      public static final ChildListPropertyDescriptor TYPE_PATTERNS_LIST_PROPERTY
    • typePatterns

      protected org.aspectj.org.eclipse.jdt.core.dom.ASTNode.NodeList typePatterns
  • 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
    • typePatterns

      public List typePatterns()
      Returns the live ordered list of type patterns for this declare precedence.
      Gibt zurück:
      the live list of type patterns (element type: TypePattern)