org.eclipse.cdt.core.dom.ast
Interface IASTIdExpression
- All Superinterfaces:
- IASTExpression, IASTNameOwner, IASTNode
- public interface IASTIdExpression
- extends IASTExpression, IASTNameOwner
This is a name used in an expression.
Field Summary |
static ASTNodeProperty |
ID_NAME
ID_NAME represents the relationship between an
IASTIdExpression and a IASTName . |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
ID_NAME
public static final ASTNodeProperty ID_NAME
ID_NAME
represents the relationship between an
IASTIdExpression
and a IASTName
.
getName
public IASTName getName()
- Returns the name used in the expression.
- Returns:
- the name
setName
public void setName(IASTName name)
- Set the name to be used inthe expression.
- Parameters:
name
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.