ICPPASTExplicitTemplateInstantiation
@Deprecated public interface IGPPASTExplicitTemplateInstantiation extends ICPPASTExplicitTemplateInstantiation
IASTNode.CopyStyle
Modifier and Type | Field and Description |
---|---|
static int |
ti_extern
Deprecated.
ti_extern implies 'extern' keyword is used. |
static int |
ti_inline
Deprecated.
ti_inline implies 'inline' keyword is used. |
static int |
ti_static
Deprecated.
ti_static implies 'static' keyword is used. |
EXTERN, INLINE, OWNED_DECLARATION, STATIC
EMPTY_DECLARATION_ARRAY
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
IGPPASTExplicitTemplateInstantiation |
copy()
Deprecated.
Returns a mutable copy of the tree rooted at this node.
|
copy, getDeclaration, getModifier, setDeclaration, setModifier
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
static final int ti_static
ti_static
implies 'static' keyword is used.static final int ti_inline
ti_inline
implies 'inline' keyword is used.static final int ti_extern
ti_extern
implies 'extern' keyword is used.IGPPASTExplicitTemplateInstantiation copy()
IASTNode
copy.getParent() == null copy.getPropertyInParent() == null copy.isFrozen() == falsePreprocessor nodes do not currently support being copied. Implicit name nodes are not copied, instead they can be regenerated if required.
Calling this method is equivalent to copy(CopyStyle.withoutLocations)
.
copy
in interface IASTDeclaration
copy
in interface IASTNode
copy
in interface ICPPASTExplicitTemplateInstantiation
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.