org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTExplicitTemplateInstantiation
- All Superinterfaces:
- IASTDeclaration, IASTNode
- All Known Subinterfaces:
- IGPPASTExplicitTemplateInstantiation
public interface ICPPASTExplicitTemplateInstantiation
- extends IASTDeclaration
This interface represents an explict template instantiation.
OWNED_DECLARATION
static final ASTNodeProperty OWNED_DECLARATION
OWNED_DECLARATION
represents the role of the inner
declaration that this template refers to.
getDeclaration
IASTDeclaration getDeclaration()
- Get the owned declaration.
- Returns:
IASTDeclaration
setDeclaration
void setDeclaration(IASTDeclaration declaration)
- Set the owned declaration.
- Parameters:
declaration
- IASTDeclaration
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.