| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IASTCopyLocation |
interface |
IASTFileLocation
Represents a node location that is directly in the source file.
|
interface |
IASTImageLocation
An image location explains how a name made it into the translation unit.
|
interface |
IASTMacroExpansion
Deprecated.
|
interface |
IASTMacroExpansionLocation
Node location inside of a macro expansion.
|
| Modifier and Type | Field and Description |
|---|---|
static IASTNodeLocation[] |
IASTNodeLocation.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IASTNodeLocation[] |
IASTMacroExpansion.getExpansionLocations()
Deprecated.
use
asFileLocation(). |
IASTNodeLocation[] |
IASTNode.getNodeLocations()
Returns the location of this node.
|
| Modifier and Type | Method and Description |
|---|---|
IASTFileLocation |
IASTTranslationUnit.flattenLocationsToFile(IASTNodeLocation[] nodeLocations)
Flattens the node locations provided into a single file location.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.