Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTConstructorInitializer

All Superinterfaces:
IASTInitializer, IASTNode

public interface ICPPASTConstructorInitializer
extends IASTInitializer

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

EXPRESSION

static final ASTNodeProperty EXPRESSION
EXPRESSION represents the expression being conusmed in a constructor.

Method Detail

getExpression

IASTExpression getExpression()
Get the arguments to the constructor.

Returns:
IASTExpression

setExpression

void setExpression(IASTExpression expression)
Set the arguments to the constructor.

Parameters:
expression -

Eclipse CDT
Pre-release 3.0

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