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

Packages that use SimplePropertyDescriptor
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 SimplePropertyDescriptor in org.eclipse.jdt.core.dom
 

Fields in org.eclipse.jdt.core.dom declared as SimplePropertyDescriptor
static  SimplePropertyDescriptor BooleanLiteral. BOOLEAN_VALUE_PROPERTY
          The "booleanValue" structural property of this node type.
static  SimplePropertyDescriptor Javadoc. COMMENT_PROPERTY
          Deprecated. Replaced by Javadoc.TAGS_PROPERTY in the JLS3 API.
static  SimplePropertyDescriptor MethodDeclaration. CONSTRUCTOR_PROPERTY
          The "constructor" structural property of this node type.
static  SimplePropertyDescriptor CharacterLiteral. ESCAPED_VALUE_PROPERTY
          The "escapedValue" structural property of this node type.
static  SimplePropertyDescriptor StringLiteral. ESCAPED_VALUE_PROPERTY
          The "escapedValue" structural property of this node type.
static  SimplePropertyDescriptor VariableDeclarationFragment. EXTRA_DIMENSIONS_PROPERTY
          The "extraDimensions" structural property of this node type.
static  SimplePropertyDescriptor MethodDeclaration. EXTRA_DIMENSIONS_PROPERTY
          The "extraDimensions" structural property of this node type.
static  SimplePropertyDescriptor SingleVariableDeclaration. EXTRA_DIMENSIONS_PROPERTY
          The "extraDimensions" structural property of this node type.
static  SimplePropertyDescriptor SimpleName. IDENTIFIER_PROPERTY
          The "identifier" structural property of this node type.
static  SimplePropertyDescriptor TypeDeclaration. INTERFACE_PROPERTY
          The "interface" structural property of this node type.
static  SimplePropertyDescriptor Modifier. KEYWORD_PROPERTY
          The "keyword" structural property of this node type.
static  SimplePropertyDescriptor Initializer. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor FieldDeclaration. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor VariableDeclarationStatement. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor MethodDeclaration. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor VariableDeclarationExpression. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor SingleVariableDeclaration. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor TypeDeclaration. MODIFIERS_PROPERTY
          The "modifiers" structural property of this node type (JLS2 API only).
static  SimplePropertyDescriptor ImportDeclaration. ON_DEMAND_PROPERTY
          The "onDemand" structural property of this node type.
static  SimplePropertyDescriptor PostfixExpression. OPERATOR_PROPERTY
          The "operator" structural property of this node type.
static  SimplePropertyDescriptor Assignment. OPERATOR_PROPERTY
          The "operator" structural property of this node type.
static  SimplePropertyDescriptor PrefixExpression. OPERATOR_PROPERTY
          The "operator" structural property of this node type.
static  SimplePropertyDescriptor InfixExpression. OPERATOR_PROPERTY
          The "operator" structural property of this node type.
static  SimplePropertyDescriptor PrimitiveType. PRIMITIVE_TYPE_CODE_PROPERTY
          The "primitiveTypeCode" structural property of this node type.
static  SimplePropertyDescriptor ImportDeclaration. STATIC_PROPERTY
          The "static" structural property of this node type (added in JLS3 API).
static  SimplePropertyDescriptor TagElement. TAG_NAME_PROPERTY
          The "tagName" structural property of this node type.
static  SimplePropertyDescriptor TextElement. TEXT_PROPERTY
          The "text" structural property of this node type.
static  SimplePropertyDescriptor NumberLiteral. TOKEN_PROPERTY
          The "token" structural property of this node type.
static  SimplePropertyDescriptor WildcardType. UPPER_BOUND_PROPERTY
          The "upperBound" structural property of this node type.
static  SimplePropertyDescriptor MethodRefParameter. VARARGS_PROPERTY
          The "varargs" structural property of this node type (added in JLS3 API).
static  SimplePropertyDescriptor SingleVariableDeclaration. VARARGS_PROPERTY
          The "varargs" structural property of this node type (added in JLS3 API).
 

Methods in org.eclipse.jdt.core.dom that return SimplePropertyDescriptor
  SimplePropertyDescriptor VariableDeclaration. getExtraDimensionsProperty ()
          Returns structural property descriptor for the "extraDimensions" property of this 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