|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IASTFunctionStyleMacroParameter
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, contains, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final IASTFunctionStyleMacroParameter[] EMPTY_PARAMETER_ARRAY
EMPTY_PARAMETER_ARRAY is used to return anempty
array.
| Method Detail |
|---|
String getParameter()
void setParameter(String value)
value - String
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||