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.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
OWNED_DECLARATION
public static final ASTNodeProperty OWNED_DECLARATION
OWNED_DECLARATION
represents the role of the inner
declaration that this template refers to.
getDeclaration
public IASTDeclaration getDeclaration()
- Get the owned declaration.
- Returns:
IASTDeclaration
setDeclaration
public void setDeclaration(IASTDeclaration declaration)
- Set the owned declaration.
- Parameters:
declaration
- IASTDeclaration
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.