Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast
Interface IASTEqualsInitializer

All Superinterfaces:
IASTInitializer, IASTNode
All Known Subinterfaces:
IASTInitializerExpression

public interface IASTEqualsInitializer
extends IASTInitializer

Initializer with equals sign (copy initialization) as in int x= 0;.

Since:
5.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
IASTNode.CopyStyle
 
Field Summary
static ASTNodeProperty INITIALIZER
           
 
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
 IASTInitializerClause getInitializerClause()
          Returns the expression or braced initializer list of this initializer.
 void setInitializerClause(IASTInitializerClause clause)
          Not allowed on frozen ast.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTInitializer
copy, copy
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
 

Field Detail

INITIALIZER

static final ASTNodeProperty INITIALIZER
Method Detail

getInitializerClause

IASTInitializerClause getInitializerClause()
Returns the expression or braced initializer list of this initializer.


setInitializerClause

void setInitializerClause(IASTInitializerClause clause)
Not allowed on frozen ast.


Eclipse CDT
7.0

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