Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.SimplePropertyDescriptor
Packages that use SimplePropertyDescriptor
Package
Description
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.aspectj.org.eclipse.jdt.core.dom
Fields in org.aspectj.org.eclipse.jdt.core.dom declared as SimplePropertyDescriptorModifier and TypeFieldDescriptionstatic SimplePropertyDescriptorAjTypeDeclaration.ASPECT_PROPERTYThe "aspect" structural property of this node type.static SimplePropertyDescriptorBooleanLiteral.BOOLEAN_VALUE_PROPERTYThe "booleanValue" structural property of this node type (type:Boolean).static SimplePropertyDescriptorJavadoc.COMMENT_PROPERTYDeprecated.static SimplePropertyDescriptorMethodDeclaration.COMPACT_CONSTRUCTOR_PROPERTYThe "compact constructor" structural property of record node type (type:Boolean).static SimplePropertyDescriptorMethodDeclaration.CONSTRUCTOR_PROPERTYThe "constructor" structural property of this node type (type:Boolean).static SimplePropertyDescriptorCharacterLiteral.ESCAPED_VALUE_PROPERTYThe "escapedValue" structural property of this node type (type:String).static SimplePropertyDescriptorStringLiteral.ESCAPED_VALUE_PROPERTYThe "escapedValue" structural property of this node type (type:String).static SimplePropertyDescriptorTextBlock.ESCAPED_VALUE_PROPERTYThe "escapedValue" structural property of this node type (type:String).static SimplePropertyDescriptorMethodDeclaration.EXTRA_DIMENSIONS_PROPERTYDeprecated.In JLS8 and later, useMethodDeclaration.EXTRA_DIMENSIONS2_PROPERTYinstead.static SimplePropertyDescriptorSingleVariableDeclaration.EXTRA_DIMENSIONS_PROPERTYDeprecated.In JLS8 and later, useSingleVariableDeclaration.EXTRA_DIMENSIONS2_PROPERTYinstead.static SimplePropertyDescriptorVariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTYDeprecated.in JLS8 and later, useVariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTYinstead.static SimplePropertyDescriptorSimpleName.IDENTIFIER_PROPERTYThe "identifier" structural property of this node type (type:String).static SimplePropertyDescriptorTypeDeclaration.INTERFACE_PROPERTYThe "interface" structural property of this node type (type:Boolean).static SimplePropertyDescriptorDeclareParentsDeclaration.IS_EXTENDS_PROPERTYstatic SimplePropertyDescriptorModifier.KEYWORD_PROPERTYThe "keyword" structural property of this node type (type:Modifier.ModifierKeyword).static SimplePropertyDescriptorModuleModifier.KEYWORD_PROPERTYThe "keyword" structural property of this node type (type:ModuleModifier.ModuleModifierKeyword).static SimplePropertyDescriptorFieldDeclaration.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byFieldDeclaration.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorInitializer.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byInitializer.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorMethodDeclaration.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byMethodDeclaration.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorPointcutDeclaration.MODIFIERS_PROPERTYThe "modifiers" structural property of this node type (JLS2 API only).static SimplePropertyDescriptorSingleVariableDeclaration.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced bySingleVariableDeclaration.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorTypeDeclaration.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byTypeDeclaration.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorVariableDeclarationExpression.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byVariableDeclarationExpression.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorVariableDeclarationStatement.MODIFIERS_PROPERTYDeprecated.In the JLS3 API, this property is replaced byVariableDeclarationStatement.MODIFIERS2_PROPERTY.static SimplePropertyDescriptorImportDeclaration.ON_DEMAND_PROPERTYThe "onDemand" structural property of this node type (type:Boolean).static SimplePropertyDescriptorModuleDeclaration.OPEN_PROPERTYThe "open" structural property of this node type (type:Boolean).static SimplePropertyDescriptorAssignment.OPERATOR_PROPERTYThe "operator" structural property of this node type (type:Assignment.Operator).static SimplePropertyDescriptorInfixExpression.OPERATOR_PROPERTYThe "operator" structural property of this node type (type:InfixExpression.Operator).static SimplePropertyDescriptorPostfixExpression.OPERATOR_PROPERTYThe "operator" structural property of this node type (type:PostfixExpression.Operator).static SimplePropertyDescriptorPrefixExpression.OPERATOR_PROPERTYThe "operator" structural property of this node type (type:PrefixExpression.Operator).static SimplePropertyDescriptorLambdaExpression.PARENTHESES_PROPERTYThe "parentheses" structural property of this node type (type:Boolean).static SimplePropertyDescriptorPrimitiveType.PRIMITIVE_TYPE_CODE_PROPERTYThe "primitiveTypeCode" structural property of this node type (type:PrimitiveType.Code).static SimplePropertyDescriptorAspectDeclaration.PRIVILEGED_PROPERTYstatic SimplePropertyDescriptorImportDeclaration.STATIC_PROPERTYThe "static" structural property of this node type (type:Boolean) (added in JLS3 API).static SimplePropertyDescriptorSwitchCase.SWITCH_LABELED_RULE_PROPERTYThe "switchLabeledRule" structural property of this node type (type:Boolean).static SimplePropertyDescriptorTagElement.TAG_NAME_PROPERTYThe "tagName" structural property of this node type (type:String).static SimplePropertyDescriptorTextElement.TEXT_PROPERTYThe "text" structural property of this node type (type:String).static SimplePropertyDescriptorNumberLiteral.TOKEN_PROPERTYThe "token" structural property of this node type (type:String).static SimplePropertyDescriptorWildcardType.UPPER_BOUND_PROPERTYThe "upperBound" structural property of this node type (type:Boolean).static SimplePropertyDescriptorSimpleName.VAR_PROPERTYThe "var" property of this node name (type:Boolean) (added in JLS10 API).static SimplePropertyDescriptorMethodRefParameter.VARARGS_PROPERTYThe "varargs" structural property of this node type (type:Boolean) (added in JLS3 API).static SimplePropertyDescriptorSingleVariableDeclaration.VARARGS_PROPERTYThe "varargs" structural property of this node type (type:Boolean) (added in JLS3 API).Methods in org.aspectj.org.eclipse.jdt.core.dom that return SimplePropertyDescriptorModifier and TypeMethodDescriptionVariableDeclaration.getExtraDimensionsProperty()Deprecated.In JLS8 and later, useVariableDeclaration.getExtraDimensions2Property()instead.
Javadoc.TAGS_PROPERTYin the JLS3 API.