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

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