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, STATICEMPTY_DECLARATION_ARRAYEMPTY_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, setModifieraccept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentstatic 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()
IASTNodecopy.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 IASTDeclarationcopy in interface IASTNodecopy in interface ICPPASTExplicitTemplateInstantiationCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.