Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Interface and Description |
---|---|
interface |
IASTImageLocation
An image location explains how a name made it into the translation unit.
|
Modifier and Type | Method and Description |
---|---|
IASTFileLocation |
IASTNodeLocation.asFileLocation()
Return a file location that best maps into this location.
|
IASTFileLocation |
IASTTranslationUnit.flattenLocationsToFile(IASTNodeLocation[] nodeLocations)
Flattens the node locations provided into a single file location.
|
IASTFileLocation |
IASTPreprocessorMacroDefinition.getExpansionLocation()
Returns the location of the macro expansion, or
null if not supported. |
IASTFileLocation |
IASTNode.getFileLocation()
Computes a file location for the node.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.