Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTNode

public interface IASTFunctionStyleMacroParameter
extends IASTNode

This interface represents the name of a function style macro parameter. This is not an IASTName, as there are not any bindings for


Field Summary
static IASTFunctionStyleMacroParameter[] EMPTY_PARAMETER_ARRAY
          Constant EMPTY_PARAMETER_ARRAY is used to return anempty array.
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 String getParameter()
          Get the parameter name.
 void setParameter(String value)
          Set the parameter name.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

EMPTY_PARAMETER_ARRAY

static final IASTFunctionStyleMacroParameter[] EMPTY_PARAMETER_ARRAY
Constant EMPTY_PARAMETER_ARRAY is used to return anempty array.

Method Detail

getParameter

String getParameter()
Get the parameter name.

Returns:
String name

setParameter

void setParameter(String value)
Set the parameter name.

Parameters:
value - String

Eclipse CDT
Pre-release 3.0

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