Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom | |
org.eclipse.wst.jsdt.core.dom.rewrite |
Modifier and Type | Class and Description |
---|---|
class |
ChildListPropertyDescriptor
Descriptor for a child list property of an AST node.
|
class |
ChildPropertyDescriptor
Descriptor for a child property of an AST node.
|
class |
SimplePropertyDescriptor
Descriptor for a simple property of an AST node.
|
Modifier and Type | Method and Description |
---|---|
StructuralPropertyDescriptor |
ASTNode.getLocationInParent()
Returns the location of this node within its parent,
or
null if this is a root node. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<StructuralPropertyDescriptor> |
TemplateLiteral.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
TemplateElement.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
SpreadElement.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
RestElementName.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ObjectName.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ObjectLiteralField.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ModuleSpecifier.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
MetaProperty.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ImportDeclaration.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ExportDeclaration.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
AssignmentName.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
static java.util.List<StructuralPropertyDescriptor> |
ArrayName.propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ASTNode.getStructuralProperty(StructuralPropertyDescriptor property)
Returns the value of the given structural property for this node.
|
void |
ASTNode.setStructuralProperty(StructuralPropertyDescriptor property,
java.lang.Object value)
Sets the value of the given structural property for this node.
|
ASTNode |
ClosureCompilerASTConverter.transform(StructuralPropertyDescriptor property,
ParseTree tree) |
Modifier and Type | Method and Description |
---|---|
StructuralPropertyDescriptor |
ListRewrite.getLocationInParent()
Returns the property of the parent node for which this list rewriter was created.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ASTRewrite.get(ASTNode node,
StructuralPropertyDescriptor property)
Returns the value of the given property as managed by this rewriter.
|
void |
ASTRewrite.set(ASTNode node,
StructuralPropertyDescriptor property,
java.lang.Object value,
TextEditGroup editGroup)
Sets the given property of the given node.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.