Eclipse CDT
Pre-release 3.0

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

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

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

Subinterfaces of IASTPreprocessorMacroDefinition in org.eclipse.cdt.core.dom.ast
 interface IASTPreprocessorFunctionStyleMacroDefinition
          This interface represent a preprocessor function-style macro definition. e.g.
 interface IASTPreprocessorObjectStyleMacroDefinition
          This interface represents an object-style macro definition. e.g.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTPreprocessorMacroDefinition
 IASTPreprocessorMacroDefinition IASTMacroExpansion.getMacroDefinition()
          The macro definition used for the expansion
 IASTPreprocessorMacroDefinition[] IASTTranslationUnit.getMacroDefinitions()
          Get the macro definitions encountered in parsing this translation unit.
 


Eclipse CDT
Pre-release 3.0

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