Eclipse CDT
7.0

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

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

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTPreprocessorMacroExpansion
 IASTPreprocessorMacroExpansion IASTNodeSelector.findEnclosingMacroExpansion(int offset, int length)
          Returns a macro expansion enclosing the given range, or null.
 IASTPreprocessorMacroExpansion IASTMacroExpansionLocation.getExpansion()
          Returns the expansion node enclosing this location.
 IASTPreprocessorMacroExpansion[] IASTTranslationUnit.getMacroExpansions()
          Returns an array with all macro expansions of this translation unit.
 


Eclipse CDT
7.0

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