Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Field and Description |
---|---|
static SimplePropertyDescriptor |
ExportDeclaration.ALL_PROPERTY
The "all" structural property of this node type.
|
static SimplePropertyDescriptor |
BooleanLiteral.BOOLEAN_VALUE_PROPERTY
The "booleanValue" structural property of this node type.
|
static SimplePropertyDescriptor |
JSdoc.COMMENT_PROPERTY
Deprecated.
Replaced by
JSdoc.TAGS_PROPERTY in the JLS3 API. |
static SimplePropertyDescriptor |
FunctionDeclaration.CONSTRUCTOR_PROPERTY
The "constructor" structural property of this node type.
|
static SimplePropertyDescriptor |
ExportDeclaration.DEFAULT_PROPERTY
The "isDefault" structural property of this node type.
|
static SimplePropertyDescriptor |
ModuleSpecifier.DEFAULT_PROPERTY
The "isDefault" structural property of this node type.
|
static SimplePropertyDescriptor |
YieldExpression.DELEGATE_PROPERTY |
static SimplePropertyDescriptor |
StringLiteral.ESCAPED_VALUE_PROPERTY
The "escapedValue" structural property of this node type.
|
static SimplePropertyDescriptor |
CharacterLiteral.ESCAPED_VALUE_PROPERTY
The "escapedValue" structural property of this node type.
|
static SimplePropertyDescriptor |
SingleVariableDeclaration.EXTRA_DIMENSIONS_PROPERTY
The "extraDimensions" structural property of this node type.
|
static SimplePropertyDescriptor |
FunctionDeclaration.EXTRA_DIMENSIONS_PROPERTY
The "extraDimensions" structural property of this node type.
|
static SimplePropertyDescriptor |
VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY
The "extraDimensions" structural property of this node type.
|
static SimplePropertyDescriptor |
FunctionDeclaration.GENERATOR_PROPERTY
The "generator" property
|
static SimplePropertyDescriptor |
SimpleName.IDENTIFIER_PROPERTY
The "identifier" structural property of this node type.
|
static SimplePropertyDescriptor |
ImportDeclaration.ISFILE_PROPERTY |
static SimplePropertyDescriptor |
Modifier.KEYWORD_PROPERTY
The "keyword" structural property of this node type.
|
static SimplePropertyDescriptor |
VariableDeclarationStatement.KIND_PROPERTY
the kind structured property as introduced in Ecmascript 2015
|
static SimplePropertyDescriptor |
ObjectLiteralField.KIND_PROPERTY
The "expression" structural property of this node type.
|
static SimplePropertyDescriptor |
VariableDeclarationExpression.KIND_PROPERTY
the kind structured property, as introduced in Ecmascript 2015
|
static SimplePropertyDescriptor |
MetaProperty.META_PROP_PROPERTY
The "meta" structural property of this node type.
|
static SimplePropertyDescriptor |
FieldDeclaration.MODIFIERS_PROPERTY
The "modifiers" structural property of this node type (JLS2 API only).
|
static SimplePropertyDescriptor |
Initializer.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 |
VariableDeclarationExpression.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 |
SingleVariableDeclaration.MODIFIERS_PROPERTY
The "modifiers" structural property of this node type (JLS2 API only).
|
static SimplePropertyDescriptor |
FunctionDeclaration.MODIFIERS_PROPERTY
The "modifiers" structural property of this node type (JLS2 API only).
|
static SimplePropertyDescriptor |
ModuleSpecifier.NAMESPACE_PROPERTY
The "namespace" structural property of this node type.
|
static SimplePropertyDescriptor |
ImportDeclaration.ON_DEMAND_PROPERTY
The "onDemand" structural property of this node type.
|
static SimplePropertyDescriptor |
InfixExpression.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 |
Assignment.OPERATOR_PROPERTY
The "operator" structural property of this node type.
|
static SimplePropertyDescriptor |
PostfixExpression.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 |
MetaProperty.PROPERTY_NAME_PROPERTY
The "propertyName" structural property of this node type.
|
static SimplePropertyDescriptor |
TemplateElement.RAW_VALUE_PROPERTY
The "rawValue" structural property of this node type.
|
static SimplePropertyDescriptor |
RegularExpressionLiteral.REGULAR_EXPRESSION_PROPERTY
The "escapedValue" 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 |
TemplateElement.TAIL_PROPERTY
The "tail" structural property of this node type.
|
static SimplePropertyDescriptor |
TextElement.TEXT_PROPERTY
The "test" structural property of this node type.
|
static SimplePropertyDescriptor |
NumberLiteral.TOKEN_PROPERTY
The "token" structural property of this node type.
|
static SimplePropertyDescriptor |
SingleVariableDeclaration.VARARGS_PROPERTY
The "varargs" structural property of this node type (added in JLS3 API).
|
static SimplePropertyDescriptor |
FunctionRefParameter.VARARGS_PROPERTY
The "varargs" structural property of this node type (added in JLS3 API).
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyDescriptor |
VariableDeclaration.getExtraDimensionsProperty()
Returns structural property descriptor for the "extraDimensions" property
of this node.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.