|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTConstructorInitializer
This is an initializer that is a call to the constructor for the declarator.
| Field Summary | |
|---|---|
static ASTNodeProperty |
EXPRESSION
EXPRESSION represents the expression being conusmed in a
constructor. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTInitializer |
|---|
EMPTY_INITIALIZER_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Method Summary | |
|---|---|
IASTExpression |
getExpression()
Get the arguments to the constructor. |
void |
setExpression(IASTExpression expression)
Set the arguments to the constructor. |
| 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 ASTNodeProperty EXPRESSION
EXPRESSION represents the expression being conusmed in a
constructor.
| Method Detail |
|---|
IASTExpression getExpression()
void setExpression(IASTExpression expression)
expression -
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||