Uses of Class
org.eclipse.jdt.core.dom.ChildListPropertyDescriptor

Packages that use ChildListPropertyDescriptor
org.eclipse.jdt.core.dom   
org.eclipse.jdt.core.dom.rewrite   
 

Uses of ChildListPropertyDescriptor in org.eclipse.jdt.core.dom
 

Fields in org.eclipse.jdt.core.dom declared as ChildListPropertyDescriptor
static ChildListPropertyDescriptor PackageDeclaration.ANNOTATIONS_PROPERTY
          The "annotations" structural property of this node type (element type: Annotation) (added in JLS3 API).
static ChildListPropertyDescriptor ClassInstanceCreation.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor MethodInvocation.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor ConstructorInvocation.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor EnumConstantDeclaration.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor SuperConstructorInvocation.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor SuperMethodInvocation.ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor EnumDeclaration.BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
static ChildListPropertyDescriptor TypeDeclaration.BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration) (added in JLS3 API).
static ChildListPropertyDescriptor AnnotationTypeDeclaration.BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
static ChildListPropertyDescriptor AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
static ChildListPropertyDescriptor TryStatement.CATCH_CLAUSES_PROPERTY
          The "catchClauses" structural property of this node type (element type: CatchClause).
static ChildListPropertyDescriptor ArrayCreation.DIMENSIONS_PROPERTY
          The "dimensions" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor EnumDeclaration.ENUM_CONSTANTS_PROPERTY
          The "enumConstants" structural property of this node type (element type: EnumConstantDeclaration).
static ChildListPropertyDescriptor ArrayInitializer.EXPRESSIONS_PROPERTY
          The "expressions" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor InfixExpression.EXTENDED_OPERANDS_PROPERTY
          The "extendedOperands" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor VariableDeclarationExpression.FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
static ChildListPropertyDescriptor FieldDeclaration.FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
static ChildListPropertyDescriptor VariableDeclarationStatement.FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
static ChildListPropertyDescriptor TagElement.FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type (element type: IDocElement).
static ChildListPropertyDescriptor CompilationUnit.IMPORTS_PROPERTY
          The "imports" structural property of this node type (element type: ImportDeclaration).
static ChildListPropertyDescriptor ForStatement.INITIALIZERS_PROPERTY
          The "initializers" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor EnumDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor TypeDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor VariableDeclarationExpression.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor MethodDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor FieldDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor SingleVariableDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor AnnotationTypeMemberDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier).
static ChildListPropertyDescriptor VariableDeclarationStatement.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor AnnotationTypeDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier).
static ChildListPropertyDescriptor EnumConstantDeclaration.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier).
static ChildListPropertyDescriptor Initializer.MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
static ChildListPropertyDescriptor MethodRef.PARAMETERS_PROPERTY
          The "parameters" structural property of this node type (element type: MethodRefParameter).
static ChildListPropertyDescriptor MethodDeclaration.PARAMETERS_PROPERTY
          The "parameters" structural property of this node type (element type: SingleVariableDeclaration).
static ChildListPropertyDescriptor TryStatement.RESOURCES_PROPERTY
          The "resources" structural property of this node type (element type: VariableDeclarationExpression) (added in JLS4 API).
static ChildListPropertyDescriptor SwitchStatement.STATEMENTS_PROPERTY
          The "statements" structural property of this node type (element type: Statement).
static ChildListPropertyDescriptor Block.STATEMENTS_PROPERTY
          The "statements" structural property of this node type (element type: Statement).
static ChildListPropertyDescriptor EnumDeclaration.SUPER_INTERFACE_TYPES_PROPERTY
          The "superInterfaceTypes" structural property of this node type (element type: Type).
static ChildListPropertyDescriptor TypeDeclaration.SUPER_INTERFACE_TYPES_PROPERTY
          The "superInterfaceTypes" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor TypeDeclaration.SUPER_INTERFACES_PROPERTY
          The "superInterfaces" structural property of this node type (element type: Name) (JLS2 API only).
static ChildListPropertyDescriptor Javadoc.TAGS_PROPERTY
          The "tags" structural property of this node type (element type: TagElement).
static ChildListPropertyDescriptor MethodDeclaration.THROWN_EXCEPTIONS_PROPERTY
          The "thrownExceptions" structural property of this node type (element type: Name).
static ChildListPropertyDescriptor ClassInstanceCreation.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor MethodInvocation.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor ConstructorInvocation.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor ParameterizedType.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type).
static ChildListPropertyDescriptor SuperConstructorInvocation.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor SuperMethodInvocation.TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
static ChildListPropertyDescriptor TypeParameter.TYPE_BOUNDS_PROPERTY
          The "typeBounds" structural property of this node type (element type: Type).
static ChildListPropertyDescriptor TypeDeclaration.TYPE_PARAMETERS_PROPERTY
          The "typeParameters" structural property of this node type (element type: TypeParameter) (added in JLS3 API).
static ChildListPropertyDescriptor MethodDeclaration.TYPE_PARAMETERS_PROPERTY
          The "typeParameters" structural property of this node type (element type: TypeParameter) (added in JLS3 API).
static ChildListPropertyDescriptor UnionType.TYPES_PROPERTY
          The "types" structural property of this node type (element type: Type).
static ChildListPropertyDescriptor CompilationUnit.TYPES_PROPERTY
          The "types" structural property of this node type (element type: AbstractTypeDeclaration).
static ChildListPropertyDescriptor ForStatement.UPDATERS_PROPERTY
          The "updaters" structural property of this node type (element type: Expression).
static ChildListPropertyDescriptor NormalAnnotation.VALUES_PROPERTY
          The "values" structural property of this node type (element type: MemberValuePair).
 

Methods in org.eclipse.jdt.core.dom that return ChildListPropertyDescriptor
 ChildListPropertyDescriptor AbstractTypeDeclaration.getBodyDeclarationsProperty()
          Returns structural property descriptor for the "bodyDeclarations" property of this node (element type: BodyDeclaration).
 ChildListPropertyDescriptor BodyDeclaration.getModifiersProperty()
          Returns structural property descriptor for the "modifiers" property of this node as used in JLS3 (element type: IExtendedModifier).
 

Uses of ChildListPropertyDescriptor in org.eclipse.jdt.core.dom.rewrite
 

Methods in org.eclipse.jdt.core.dom.rewrite with parameters of type ChildListPropertyDescriptor
 ListRewrite ASTRewrite.getListRewrite(ASTNode node, ChildListPropertyDescriptor property)
          Creates and returns a new rewriter for describing modifications to the given list property of the given node.