|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTExplicitTemplateInstantiation
This interface represents an explict template instantiation.
| Field Summary | |
|---|---|
static ASTNodeProperty |
OWNED_DECLARATION
OWNED_DECLARATION represents the role of the inner
declaration that this template refers to. |
| 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 | |
|---|---|
ICPPASTExplicitTemplateInstantiation |
copy()
Returns a mutable copy of the tree rooted at this node. |
IASTDeclaration |
getDeclaration()
Get the owned declaration. |
void |
setDeclaration(IASTDeclaration declaration)
Set the owned declaration. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final ASTNodeProperty OWNED_DECLARATION
OWNED_DECLARATION represents the role of the inner
declaration that this template refers to.
| Method Detail |
|---|
IASTDeclaration getDeclaration()
IASTDeclarationvoid setDeclaration(IASTDeclaration declaration)
declaration - IASTDeclarationICPPASTExplicitTemplateInstantiation copy()
IASTNode
copy.getParent() == null
copy.getPropertyInParent() == null
copy.isFrozen() == false
Preprocessor nodes do not currently support being copied.
Implicit name nodes are not copied, instead they can be regenerated
if required.
copy in interface IASTDeclarationcopy in interface IASTNode
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||