Eclipse CDT
Pre-release 3.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
           EXPERIMENTAL.
 

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)
          Flatten 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
Pre-release 3.0

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