Eclipse CDT
7.0

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

All Superinterfaces:
IASTInitializerClause, IASTNode
All Known Subinterfaces:
ICPPASTArraySubscriptExpression, ICPPASTBinaryExpression, ICPPASTCastExpression, ICPPASTDeleteExpression, ICPPASTExpression, ICPPASTExpressionList, ICPPASTFieldReference, ICPPASTFunctionCallExpression, ICPPASTInitializerList, ICPPASTLambdaExpression, ICPPASTLiteralExpression, ICPPASTNewExpression, ICPPASTPackExpansionExpression, ICPPASTSimpleTypeConstructorExpression, ICPPASTTypeIdExpression, ICPPASTTypenameExpression, ICPPASTUnaryExpression, IGPPASTBinaryExpression

public interface ICPPASTInitializerClause
extends IASTInitializerClause

C++ specific initializer clause.

Since:
5.5

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
IASTNode.CopyStyle
 
Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation getEvaluation()
          Returns the evaluation object for this expression.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTInitializerClause
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
 

Method Detail

getEvaluation

org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation getEvaluation()
Returns the evaluation object for this expression.


Eclipse CDT
7.0

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