Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTTemplateSpecialization

All Superinterfaces:
IASTDeclaration, IASTNode

public interface ICPPASTTemplateSpecialization
extends IASTDeclaration

This interface represents a template specialization.


Field Summary
static ASTNodeProperty OWNED_DECLARATION
          The declaration that the specialization affects.
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclaration
EMPTY_DECLARATION_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 IASTDeclaration getDeclaration()
          Get the declaration.
 void setDeclaration(IASTDeclaration declaration)
          Set the declaration.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

OWNED_DECLARATION

static final ASTNodeProperty OWNED_DECLARATION
The declaration that the specialization affects.

Method Detail

getDeclaration

IASTDeclaration getDeclaration()
Get the declaration.

Returns:
IASTDeclaration

setDeclaration

void setDeclaration(IASTDeclaration declaration)
Set the declaration.

Parameters:
declaration - IASTDeclaration

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.