|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class represents a parameter declaration
| Field Summary | |
static ASTNodeProperty |
DECL_SPECIFIER
DECL_SPECIFIER represents the relationship between an
IASTParameterDeclaration and its nested
IASTDeclSpecifier. |
static ASTNodeProperty |
DECLARATOR
DECLARATOR represents the relationship between an
IASTParameterDeclaration and its nested
IASTDeclarator. |
static IASTParameterDeclaration[] |
EMPTY_PARAMETERDECLARATION_ARRAY
Constant/sentinel. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
EMPTY_NODE_ARRAY |
| Method Summary | |
IASTDeclarator |
getDeclarator()
Get the declarator. |
IASTDeclSpecifier |
getDeclSpecifier()
Get the decl specifier. |
void |
setDeclarator(IASTDeclarator declarator)
Set the declarator. |
void |
setDeclSpecifier(IASTDeclSpecifier declSpec)
Set the decl specifier. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Field Detail |
public static final IASTParameterDeclaration[] EMPTY_PARAMETERDECLARATION_ARRAY
public static final ASTNodeProperty DECL_SPECIFIER
DECL_SPECIFIER represents the relationship between an
IASTParameterDeclaration and its nested
IASTDeclSpecifier.
public static final ASTNodeProperty DECLARATOR
DECLARATOR represents the relationship between an
IASTParameterDeclaration and its nested
IASTDeclarator.
| Method Detail |
public IASTDeclSpecifier getDeclSpecifier()
IASTDeclSpecifierpublic IASTDeclarator getDeclarator()
IASTDeclaratorpublic void setDeclSpecifier(IASTDeclSpecifier declSpec)
declSpec - IASTDeclSpecifier.public void setDeclarator(IASTDeclarator declarator)
declarator - IASTDeclarator
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||