IASTUnaryExpression.@Deprecated public interface IGNUASTUnaryExpression extends IASTUnaryExpression
IASTExpression.ValueCategoryIASTNode.CopyStyleop_alignOf, op_amper, op_bracketedPrimary, op_last, op_minus, op_noexcept, op_not, op_plus, op_postFixDecr, op_postFixIncr, op_prefixDecr, op_prefixIncr, op_sizeof, op_sizeofParameterPack, op_star, op_throw, op_tilde, op_typeid, op_typeof, OPERANDEMPTY_EXPRESSION_ARRAYEMPTY_NODE_ARRAY| Modifier and Type | Method and Description |
|---|---|
IGNUASTUnaryExpression |
copy()
Deprecated.
Returns a mutable copy of the tree rooted at this node.
|
copy, getOperand, getOperator, setOperand, setOperatorgetExpressionType, getValueCategory, isLValueaccept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentIGNUASTUnaryExpression 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.
Calling this method is equivalentcopy in interface IASTExpressioncopy in interface IASTInitializerClausecopy in interface IASTNodecopy in interface IASTUnaryExpressionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.