Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTNode
All Known Subinterfaces:
IASTInitializerExpression, IASTInitializerList, ICASTDesignatedInitializer, ICPPASTConstructorInitializer

public interface IASTInitializer
extends IASTNode

This represents an initializer for a declarator.


Field Summary
static IASTInitializer[] EMPTY_INITIALIZER_ARRAY
          Constant.
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

EMPTY_INITIALIZER_ARRAY

static final IASTInitializer[] EMPTY_INITIALIZER_ARRAY
Constant.


Eclipse CDT
Pre-release 3.0

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