|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTNodeLocation | |
---|---|
org.eclipse.cdt.core.dom.ast |
Uses of IASTNodeLocation in org.eclipse.cdt.core.dom.ast |
---|
Subinterfaces of IASTNodeLocation in org.eclipse.cdt.core.dom.ast | |
---|---|
interface |
IASTFileLocation
Represents a node location that is directly in the source file. |
interface |
IASTMacroExpansion
A Macro expansion is a node location. |
Methods in org.eclipse.cdt.core.dom.ast that return IASTNodeLocation | |
---|---|
IASTNodeLocation[] |
IASTMacroExpansion.getExpansionLocations()
The source locations for for the macro expansion. |
IASTNodeLocation[] |
IASTTranslationUnit.getLocationInfo(int offset,
int length)
|
IASTNodeLocation[] |
IASTNode.getNodeLocations()
Get the location of this node. |
Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTNodeLocation | |
---|---|
IASTFileLocation |
IASTTranslationUnit.flattenLocationsToFile(IASTNodeLocation[] nodeLocations)
Flatten the node locations provided into a single file location. |
String |
IASTTranslationUnit.getUnpreprocessedSignature(IASTNodeLocation[] locations)
For a given range of locations, return a String that represents what is there underneath the range. |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |