ICPPASTPointerToMember
, instead.@Deprecated public interface IGPPASTPointerToMember extends IGPPASTPointer, ICPPASTPointerToMember
IASTNode.CopyStyle
NAME
EMPTY_ARRAY
ATTRIBUTE, ATTRIBUTE_SPECIFIER
EMPTY_NODE_ARRAY
r_declaration, r_definition, r_reference, r_unclear
Modifier and Type | Method and Description |
---|---|
IGPPASTPointerToMember |
copy()
Deprecated.
Returns a mutable copy of the tree rooted at this node.
|
getName, setName
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
getRoleForName
IGPPASTPointerToMember 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
copy
in interface ICPPASTPointerToMember
copy
in interface IGPPASTPointer
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.