|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTConstructorChainInitializer
| Field Summary | |
|---|---|
static ICPPASTConstructorChainInitializer[] |
EMPTY_CONSTRUCTORCHAININITIALIZER_ARRAY
Constant. |
static ASTNodeProperty |
INITIALIZER
Expression field is being initialized to. |
static ASTNodeProperty |
MEMBER_ID
MEMBER_ID represents the class field name being
initialized. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
r_declaration, r_definition, r_reference, r_unclear |
| Method Summary | |
|---|---|
IASTExpression |
getInitializerValue()
Get the initializer value. |
IASTName |
getMemberInitializerId()
Get the field name. |
void |
setInitializerValue(IASTExpression expression)
Set the initializer value. |
void |
setMemberInitializerId(IASTName name)
Set the field name. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
getRoleForName |
| Field Detail |
|---|
static final ICPPASTConstructorChainInitializer[] EMPTY_CONSTRUCTORCHAININITIALIZER_ARRAY
static final ASTNodeProperty MEMBER_ID
MEMBER_ID represents the class field name being
initialized.
static final ASTNodeProperty INITIALIZER
Expression field is being initialized to.
| Method Detail |
|---|
IASTName getMemberInitializerId()
IASTNamevoid setMemberInitializerId(IASTName name)
name - IASTNameIASTExpression getInitializerValue()
IASTExpressionvoid setInitializerValue(IASTExpression expression)
expression - IASTExpression
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||