|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
getRoleForName |
Field Detail |
public static final ICPPASTConstructorChainInitializer[] EMPTY_CONSTRUCTORCHAININITIALIZER_ARRAY
public static final ASTNodeProperty MEMBER_ID
MEMBER_ID
represents the class field name being
initialized.
public static final ASTNodeProperty INITIALIZER
Expression field is being initialized to.
Method Detail |
public IASTName getMemberInitializerId()
IASTName
public void setMemberInitializerId(IASTName name)
name
- IASTName
public IASTExpression getInitializerValue()
IASTExpression
public void 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 |