Interface ICPPASTDecltypeSpecifier

All Superinterfaces:
IASTNode, ICPPASTNameSpecifier

public interface ICPPASTDecltypeSpecifier extends ICPPASTNameSpecifier
C++ AST node for decltype-specifiers. Currently, this class is only used to represent decltype-specifiers in qualified names, not in decl-specifiers (in decl-specifiers, a decltype-specifier is represented as an ICPPASTSimpleDeclSpecifier).
Since:
5.6
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.