Eclipse CDT
7.0

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

All Known Subinterfaces:
ICPPASTCapture, ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier, ICPPASTConstructorChainInitializer, ICPPASTInitializerList, ICPPASTTypeId

public interface ICPPASTPackExpandable

Interface for nodes that can potentially be pack-expansions.

Since:
5.2

Method Summary
 boolean isPackExpansion()
          Returns whether this base specifier is a pack expansion.
 void setIsPackExpansion(boolean val)
          Sets whether this base specifier is a pack expansion.
 

Method Detail

isPackExpansion

boolean isPackExpansion()
Returns whether this base specifier is a pack expansion.

Since:
5.2

setIsPackExpansion

void setIsPackExpansion(boolean val)
Sets whether this base specifier is a pack expansion. Not allowed on frozen AST.

Since:
5.2

Eclipse CDT
7.0

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