org.eclipse.cdt.core.dom.ast
Class ASTNodeProperty
java.lang.Object
org.eclipse.cdt.core.dom.ast.ASTNodeProperty
public class ASTNodeProperty
- extends java.lang.Object
This interface represents a structural property in an IASTNode. This is used
to determine the relationship between a child node and it's parent. This is
especially important with rewrite since we need to understand how to properly
replace the child in the source.
Method Summary |
java.lang.String |
getName()
Each property has a name to help distinguish it from other properties of
a node. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTNodeProperty
public ASTNodeProperty(java.lang.String n)
getName
public java.lang.String getName()
- Each property has a name to help distinguish it from other properties of
a node.
- Returns:
- the name of the property
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.