Eclipse CDT
Pre-release 3.0

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

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

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

Fields in org.eclipse.cdt.core.dom.ast declared as IASTFunctionStyleMacroParameter
static IASTFunctionStyleMacroParameter[] IASTFunctionStyleMacroParameter.EMPTY_PARAMETER_ARRAY
          Constant EMPTY_PARAMETER_ARRAY is used to return anempty array.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTFunctionStyleMacroParameter
 IASTFunctionStyleMacroParameter[] IASTPreprocessorFunctionStyleMacroDefinition.getParameters()
          Get the macro parameters.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTFunctionStyleMacroParameter
 void IASTPreprocessorFunctionStyleMacroDefinition.addParameter(IASTFunctionStyleMacroParameter parm)
          Add a function-style macro parameter.
 


Eclipse CDT
Pre-release 3.0

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