Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static SimplePropertyDescriptor |
BooleanLiteral.BOOLEAN_VALUE_PROPERTY
The "booleanValue" structural property of this node type (type:
Boolean ). |
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 (type:
Boolean ). |
static SimplePropertyDescriptor |
CharacterLiteral.ESCAPED_VALUE_PROPERTY
The "escapedValue" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
StringLiteral.ESCAPED_VALUE_PROPERTY
The "escapedValue" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
MethodDeclaration.EXTRA_DIMENSIONS_PROPERTY
Deprecated.
In JLS8 and later, use
MethodDeclaration.EXTRA_DIMENSIONS2_PROPERTY instead. |
static SimplePropertyDescriptor |
SingleVariableDeclaration.EXTRA_DIMENSIONS_PROPERTY
Deprecated.
In JLS8 and later, use
SingleVariableDeclaration.EXTRA_DIMENSIONS2_PROPERTY instead. |
static SimplePropertyDescriptor |
VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY
Deprecated.
in JLS8 and later, use
VariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTY instead. |
static SimplePropertyDescriptor |
SimpleName.IDENTIFIER_PROPERTY
The "identifier" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
TypeDeclaration.INTERFACE_PROPERTY
The "interface" structural property of this node type (type:
Boolean ). |
static SimplePropertyDescriptor |
Modifier.KEYWORD_PROPERTY
The "keyword" structural property of this node type (type:
Modifier.ModifierKeyword ). |
static SimplePropertyDescriptor |
VariableDeclarationExpression.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
VariableDeclarationExpression.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
TypeDeclaration.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
TypeDeclaration.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
FieldDeclaration.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
FieldDeclaration.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
MethodDeclaration.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
MethodDeclaration.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
SingleVariableDeclaration.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
SingleVariableDeclaration.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
VariableDeclarationStatement.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
VariableDeclarationStatement.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
Initializer.MODIFIERS_PROPERTY
Deprecated.
In the JLS3 API, this property is replaced by
Initializer.MODIFIERS2_PROPERTY . |
static SimplePropertyDescriptor |
ImportDeclaration.ON_DEMAND_PROPERTY
The "onDemand" structural property of this node type (type:
Boolean ). |
static SimplePropertyDescriptor |
InfixExpression.OPERATOR_PROPERTY
The "operator" structural property of this node type (type:
InfixExpression.Operator ). |
static SimplePropertyDescriptor |
PostfixExpression.OPERATOR_PROPERTY
The "operator" structural property of this node type (type:
PostfixExpression.Operator ). |
static SimplePropertyDescriptor |
PrefixExpression.OPERATOR_PROPERTY
The "operator" structural property of this node type (type:
PrefixExpression.Operator ). |
static SimplePropertyDescriptor |
Assignment.OPERATOR_PROPERTY
The "operator" structural property of this node type (type:
Assignment.Operator ). |
static SimplePropertyDescriptor |
LambdaExpression.PARENTHESES_PROPERTY
The "parentheses" structural property of this node type (type:
Boolean ). |
static SimplePropertyDescriptor |
PrimitiveType.PRIMITIVE_TYPE_CODE_PROPERTY
The "primitiveTypeCode" structural property of this node type (type:
PrimitiveType.Code ). |
static SimplePropertyDescriptor |
ImportDeclaration.STATIC_PROPERTY
The "static" structural property of this node type (type:
Boolean ) (added in JLS3 API). |
static SimplePropertyDescriptor |
TagElement.TAG_NAME_PROPERTY
The "tagName" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
TextElement.TEXT_PROPERTY
The "text" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
NumberLiteral.TOKEN_PROPERTY
The "token" structural property of this node type (type:
String ). |
static SimplePropertyDescriptor |
WildcardType.UPPER_BOUND_PROPERTY
The "upperBound" structural property of this node type (type:
Boolean ). |
static SimplePropertyDescriptor |
MethodRefParameter.VARARGS_PROPERTY
The "varargs" structural property of this node type (type:
Boolean ) (added in JLS3 API). |
static SimplePropertyDescriptor |
SingleVariableDeclaration.VARARGS_PROPERTY
The "varargs" structural property of this node type (type:
Boolean ) (added in JLS3 API). |
Modifier and Type | Method and Description |
---|---|
SimplePropertyDescriptor |
VariableDeclaration.getExtraDimensionsProperty()
Deprecated.
In JLS8 and later, use
VariableDeclaration.getExtraDimensions2Property() instead. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.