Package org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTPackExpandable
-
- All Known Subinterfaces:
ICPPASTCapture,ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier,ICPPASTConstructorChainInitializer,ICPPASTInitCapture,ICPPASTInitializerList,ICPPASTTypeId
public interface ICPPASTPackExpandableInterface for nodes that can potentially be pack-expansions.- Since:
- 5.2
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPackExpansion()Returns whether this base specifier is a pack expansion.voidsetIsPackExpansion(boolean val)Sets whether this base specifier is a pack expansion.
-