Package org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTPackExpandable
-
- All Known Subinterfaces:
ICPPASTCapture
,ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
,ICPPASTConstructorChainInitializer
,ICPPASTInitCapture
,ICPPASTInitializerList
,ICPPASTTypeId
public interface ICPPASTPackExpandable
Interface 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 boolean
isPackExpansion()
Returns whether this base specifier is a pack expansion.void
setIsPackExpansion(boolean val)
Sets whether this base specifier is a pack expansion.
-