IASTPointer
, instead.@Deprecated public interface IGPPASTPointer extends IASTPointer
IASTNode.CopyStyle
EMPTY_ARRAY
ATTRIBUTE, ATTRIBUTE_SPECIFIER
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
IGPPASTPointer |
copy()
Deprecated.
Returns a mutable copy of the tree rooted at this node.
|
copy, isConst, isRestrict, isVolatile, setConst, setRestrict, setVolatile
addAttribute, addAttributeSpecifier, getAttributes, getAttributeSpecifiers
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
IGPPASTPointer 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 IASTNode
copy
in interface IASTPointer
copy
in interface IASTPointerOperator
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.