Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTNodeLocation

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 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.
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTNodeLocation
static IASTNodeLocation[] IASTNodeLocation.EMPTY_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTNodeLocation
 IASTNodeLocation[] IASTMacroExpansion.getExpansionLocations()
          Deprecated. use asFileLocation().
 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)
          Flattens the node locations provided into a single file location.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.