Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

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 PackageDeclaration. ANNOTATIONS_PROPERTY
          The "annotations" 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 MethodInvocation. ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type.
static  ChildListPropertyDescriptor ClassInstanceCreation. ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type.
static  ChildListPropertyDescriptor EnumConstantDeclaration. ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type.
static  ChildListPropertyDescriptor SuperMethodInvocation. ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type.
static  ChildListPropertyDescriptor ConstructorInvocation. ARGUMENTS_PROPERTY
          The "arguments" structural property of this node type.
static  ChildListPropertyDescriptor AnnotationTypeDeclaration. BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type.
static  ChildListPropertyDescriptor AnonymousClassDeclaration. BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type.
static  ChildListPropertyDescriptor EnumDeclaration. BODY_DECLARATIONS_PROPERTY
          The "bodyDeclarations" structural property of this node type.
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 ArrayCreation. DIMENSIONS_PROPERTY
          The "dimensions" structural property of this node type.
static  ChildListPropertyDescriptor EnumDeclaration. ENUM_CONSTANTS_PROPERTY
          The "enumConstants" structural property of this node type.
static  ChildListPropertyDescriptor ArrayInitializer. EXPRESSIONS_PROPERTY
          The "expressions" structural property of this node type.
static  ChildListPropertyDescriptor InfixExpression. EXTENDED_OPERANDS_PROPERTY
          The "extendedOperands" structural property of this node type.
static  ChildListPropertyDescriptor FieldDeclaration. FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type).
static  ChildListPropertyDescriptor VariableDeclarationStatement. FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type).
static  ChildListPropertyDescriptor TagElement. FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type.
static  ChildListPropertyDescriptor VariableDeclarationExpression. FRAGMENTS_PROPERTY
          The "fragments" structural property of this node type).
static  ChildListPropertyDescriptor CompilationUnit. IMPORTS_PROPERTY
          The "imports" structural property of this node type.
static  ChildListPropertyDescriptor ForStatement. INITIALIZERS_PROPERTY
          The "initializers" structural property of this node type.
static  ChildListPropertyDescriptor AnnotationTypeDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" 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 FieldDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor VariableDeclarationStatement. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor AnnotationTypeMemberDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type.
static  ChildListPropertyDescriptor EnumConstantDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" 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 EnumDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor VariableDeclarationExpression. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor SingleVariableDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor TypeDeclaration. MODIFIERS2_PROPERTY
          The "modifiers" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor MethodRef. PARAMETERS_PROPERTY
          The "parameters" structural property of this node type.
static  ChildListPropertyDescriptor MethodDeclaration. PARAMETERS_PROPERTY
          The "parameters" structural property of this node type).
static  ChildListPropertyDescriptor Block. STATEMENTS_PROPERTY
          The "statements" structural property of this node type.
static  ChildListPropertyDescriptor SwitchStatement. STATEMENTS_PROPERTY
          The "statements" structural property of this node type.
static  ChildListPropertyDescriptor EnumDeclaration. SUPER_INTERFACE_TYPES_PROPERTY
          The "superInterfaceTypes" structural property of this node type.
static  ChildListPropertyDescriptor TypeDeclaration. SUPER_INTERFACE_TYPES_PROPERTY
          The "superInterfaceTypes" 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 Javadoc. TAGS_PROPERTY
          The "tags" structural property of this node type.
static  ChildListPropertyDescriptor MethodDeclaration. THROWN_EXCEPTIONS_PROPERTY
          The "thrownExceptions" 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 MethodInvocation. TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor ClassInstanceCreation. TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" 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 SuperMethodInvocation. TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor ConstructorInvocation. TYPE_ARGUMENTS_PROPERTY
          The "typeArguments" structural property of this node type (added in JLS3 API).
static  ChildListPropertyDescriptor TypeParameter. TYPE_BOUNDS_PROPERTY
          The "typeBounds" structural property of this node type.
static  ChildListPropertyDescriptor MethodDeclaration. TYPE_PARAMETERS_PROPERTY
          The "typeParameters" 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 CompilationUnit. TYPES_PROPERTY
          The "types" structural property of this node type.
static  ChildListPropertyDescriptor ForStatement. UPDATERS_PROPERTY
          The "updaters" structural property of this node type.
static  ChildListPropertyDescriptor NormalAnnotation. VALUES_PROPERTY
          The "values" structural property of this node type.
 

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

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.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire