|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTParameterDeclaration
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 |
---|
static final IASTParameterDeclaration[] EMPTY_PARAMETERDECLARATION_ARRAY
static final ASTNodeProperty DECL_SPECIFIER
DECL_SPECIFIER
represents the relationship between an
IASTParameterDeclaration
and its nested
IASTDeclSpecifier
.
static final ASTNodeProperty DECLARATOR
DECLARATOR
represents the relationship between an
IASTParameterDeclaration
and its nested
IASTDeclarator
.
Method Detail |
---|
IASTDeclSpecifier getDeclSpecifier()
IASTDeclSpecifier
IASTDeclarator getDeclarator()
IASTDeclarator
void setDeclSpecifier(IASTDeclSpecifier declSpec)
declSpec
- IASTDeclSpecifier
.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 |