org.eclipse.cdt.core.dom.ast.cpp
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
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
getDecltypeExpression
ICPPASTExpression getDecltypeExpression()
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.