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, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
ID_NAME
static final ASTNodeProperty ID_NAME
ID_NAME
represents the relationship between an
IASTIdExpression
and a IASTName
.
getName
IASTName getName()
- Returns the name used in the expression.
- Returns:
- the name
setName
void setName(IASTName name)
- Set the name to be used inthe expression.
- Parameters:
name
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.