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.
EXPRESSION
public static final ASTNodeProperty EXPRESSION
EXPRESSION
represents the expression being conusmed in a
constructor.
getExpression
public IASTExpression getExpression()
- Get the arguments to the constructor.
- Returns:
- IASTExpression
setExpression
public void setExpression(IASTExpression expression)
- Set the arguments to the constructor.
- Parameters:
expression
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.