Eclipse JDT
Release 3.0

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

Packages that use ChildPropertyDescriptor
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.  
 

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

Fields in org.eclipse.jdt.core.dom declared as ChildPropertyDescriptor
static ChildPropertyDescriptor PostfixExpression.OPERAND_PROPERTY
          The "operand" structural property of this node type.
static ChildPropertyDescriptor ParenthesizedExpression.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor FieldDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor FieldDeclaration.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor SynchronizedStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor SynchronizedStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor VariableDeclarationStatement.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor ForStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor ForStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor TypeParameter.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor ReturnStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor ConditionalExpression.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor ConditionalExpression.THEN_EXPRESSION_PROPERTY
          The "thenExpression" structural property of this node type.
static ChildPropertyDescriptor ConditionalExpression.ELSE_EXPRESSION_PROPERTY
          The "elseExpression" structural property of this node type.
static ChildPropertyDescriptor ThrowStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor CastExpression.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor CastExpression.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor TypeLiteral.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor ThisExpression.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor CatchClause.EXCEPTION_PROPERTY
          The "exception" structural property of this node type.
static ChildPropertyDescriptor CatchClause.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor LabeledStatement.LABEL_PROPERTY
          The "label" structural property of this node type.
static ChildPropertyDescriptor LabeledStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor ExpressionStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor VariableDeclarationFragment.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor VariableDeclarationFragment.INITIALIZER_PROPERTY
          The "initializer" structural property of this node type.
static ChildPropertyDescriptor EnhancedForStatement.PARAMETER_PROPERTY
          The "parameter" structural property of this node type.
static ChildPropertyDescriptor EnhancedForStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor EnhancedForStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor FieldAccess.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor FieldAccess.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor InfixExpression.LEFT_OPERAND_PROPERTY
          The "leftOperand" structural property of this node type.
static ChildPropertyDescriptor InfixExpression.RIGHT_OPERAND_PROPERTY
          The "rightOperand" structural property of this node type.
static ChildPropertyDescriptor TryStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor TryStatement.FINALLY_PROPERTY
          The "finally" structural property of this node type.
static ChildPropertyDescriptor ContinueStatement.LABEL_PROPERTY
          The "label" structural property of this node type.
static ChildPropertyDescriptor AssertStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor AssertStatement.MESSAGE_PROPERTY
          The "message" structural property of this node type.
static ChildPropertyDescriptor TypeDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor TypeDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor TypeDeclaration.SUPERCLASS_PROPERTY
          The "superclass" structural property of this node type (JLS2 API only).
static ChildPropertyDescriptor TypeDeclaration.SUPERCLASS_TYPE_PROPERTY
          The "superclassType" structural property of this node type (added in JLS3 API).
static ChildPropertyDescriptor PrefixExpression.OPERAND_PROPERTY
          The "operand" structural property of this node type.
static ChildPropertyDescriptor MethodRefParameter.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor MethodRefParameter.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor Initializer.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor Initializer.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor MethodDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor MethodDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor MethodDeclaration.RETURN_TYPE_PROPERTY
          The "returnType" structural property of this node type (JLS2 API only).
static ChildPropertyDescriptor MethodDeclaration.RETURN_TYPE2_PROPERTY
          The "returnType2" structural property of this node type (added in JLS3 API).
static ChildPropertyDescriptor MethodDeclaration.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor QualifiedName.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor QualifiedName.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor NormalAnnotation.TYPE_NAME_PROPERTY
          The "typeName" structural property of this node type.
static ChildPropertyDescriptor DoStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor DoStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor MethodInvocation.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor MethodInvocation.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor IfStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor IfStatement.THEN_STATEMENT_PROPERTY
          The "thenStatement" structural property of this node type.
static ChildPropertyDescriptor IfStatement.ELSE_STATEMENT_PROPERTY
          The "elseStatement" structural property of this node type.
static ChildPropertyDescriptor MethodRef.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor MethodRef.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor SingleVariableDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor SingleVariableDeclaration.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor SingleVariableDeclaration.INITIALIZER_PROPERTY
          The "initializer" structural property of this node type.
static ChildPropertyDescriptor SwitchCase.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeMemberDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeMemberDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeMemberDeclaration.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor AnnotationTypeMemberDeclaration.DEFAULT_PROPERTY
          The "default" structural property of this node type.
static ChildPropertyDescriptor ParameterizedType.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor PackageDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor PackageDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor Assignment.LEFT_HAND_SIDE_PROPERTY
          The "leftHandSide" structural property of this node type.
static ChildPropertyDescriptor Assignment.RIGHT_HAND_SIDE_PROPERTY
          The "rightHandSide" structural property of this node type.
static ChildPropertyDescriptor BreakStatement.LABEL_PROPERTY
          The "label" structural property of this node type.
static ChildPropertyDescriptor CompilationUnit.PACKAGE_PROPERTY
          The "package" structural property of this node type.
static ChildPropertyDescriptor ImportDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor InstanceofExpression.LEFT_OPERAND_PROPERTY
          The "leftOperand" structural property of this node type.
static ChildPropertyDescriptor InstanceofExpression.RIGHT_OPERAND_PROPERTY
          The "rightOperand" structural property of this node type.
static ChildPropertyDescriptor EnumConstantDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor EnumConstantDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor WildcardType.BOUND_PROPERTY
          The "bound" structural property of this node type.
static ChildPropertyDescriptor SuperConstructorInvocation.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor TypeDeclarationStatement.TYPE_DECLARATION_PROPERTY
          The "typeDeclaration" structural property of this node type (JLS2 API only).
static ChildPropertyDescriptor TypeDeclarationStatement.DECLARATION_PROPERTY
          The "declaration" structural property of this node type (added in JLS3 API).
static ChildPropertyDescriptor SuperMethodInvocation.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor SuperMethodInvocation.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor MemberValuePair.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor MemberValuePair.VALUE_PROPERTY
          The "value" structural property of this node type.
static ChildPropertyDescriptor WhileStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor WhileStatement.BODY_PROPERTY
          The "body" structural property of this node type.
static ChildPropertyDescriptor SingleMemberAnnotation.TYPE_NAME_PROPERTY
          The "typeName" structural property of this node type.
static ChildPropertyDescriptor SingleMemberAnnotation.VALUE_PROPERTY
          The "value" structural property of this node type.
static ChildPropertyDescriptor MarkerAnnotation.TYPE_NAME_PROPERTY
          The "typeName" structural property of this node type.
static ChildPropertyDescriptor EnumDeclaration.JAVADOC_PROPERTY
          The "javadoc" structural property of this node type.
static ChildPropertyDescriptor EnumDeclaration.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor ArrayAccess.ARRAY_PROPERTY
          The "array" structural property of this node type.
static ChildPropertyDescriptor ArrayAccess.INDEX_PROPERTY
          The "index" structural property of this node type.
static ChildPropertyDescriptor ArrayCreation.TYPE_PROPERTY
          The "type" structural property of this node type.
static ChildPropertyDescriptor ArrayCreation.INITIALIZER_PROPERTY
          The "initializer" structural property of this node type.
static ChildPropertyDescriptor SimpleType.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor ClassInstanceCreation.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor ClassInstanceCreation.NAME_PROPERTY
          The "name" structural property of this node type (JLS2 API only).
static ChildPropertyDescriptor ClassInstanceCreation.TYPE_PROPERTY
          The "type" structural property of this node type (added in JLS3 API).
static ChildPropertyDescriptor ClassInstanceCreation.ANONYMOUS_CLASS_DECLARATION_PROPERTY
          The "anonymousClassDeclaration" structural property of this node type.
static ChildPropertyDescriptor SuperFieldAccess.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor SuperFieldAccess.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor ArrayType.COMPONENT_TYPE_PROPERTY
          The "componentType" structural property of this node type.
static ChildPropertyDescriptor SwitchStatement.EXPRESSION_PROPERTY
          The "expression" structural property of this node type.
static ChildPropertyDescriptor MemberRef.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor MemberRef.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor QualifiedType.QUALIFIER_PROPERTY
          The "qualifier" structural property of this node type.
static ChildPropertyDescriptor QualifiedType.NAME_PROPERTY
          The "name" structural property of this node type.
static ChildPropertyDescriptor VariableDeclarationExpression.TYPE_PROPERTY
          The "type" structural property of this node type.
 


Eclipse JDT
Release 3.0

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