Eclipse CDT
7.0

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

Packages that use IASTFileLocation
org.eclipse.cdt.core.dom.ast   
 

Uses of IASTFileLocation in org.eclipse.cdt.core.dom.ast
 

Subinterfaces of IASTFileLocation in org.eclipse.cdt.core.dom.ast
 interface IASTImageLocation
          An image location explains how a name made it into the translation unit.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTFileLocation
 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.
 


Eclipse CDT
7.0

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