Eclipse JDT
Release 3.1

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

Packages that use ChildListPropertyDescriptor
org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document.  
org.eclipse.jdt.core.dom.rewrite The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.  
 

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

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

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

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.
 


Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.