public interface IGPPASTBinaryExpression extends ICPPASTBinaryExpression
IASTExpression.ValueCategoryIASTNode.CopyStyle| Modifier and Type | Field and Description |
|---|---|
static int |
op_max
op_max represents >? |
static int |
op_min
op_min represents |
op_pmarrow, op_pmdotop_assign, op_binaryAnd, op_binaryAndAssign, op_binaryOr, op_binaryOrAssign, op_binaryXor, op_binaryXorAssign, op_divide, op_divideAssign, op_ellipses, op_equals, op_greaterEqual, op_greaterThan, op_lessEqual, op_lessThan, op_logicalAnd, op_logicalOr, op_minus, op_minusAssign, op_modulo, op_moduloAssign, op_multiply, op_multiplyAssign, op_notequals, op_plus, op_plusAssign, op_shiftLeft, op_shiftLeftAssign, op_shiftRight, op_shiftRightAssign, OPERAND_ONE, OPERAND_TWOEMPTY_EXPRESSION_ARRAYEMPTY_NODE_ARRAYIMPLICIT_DESTRUCTOR_NAMEIMPLICIT_NAME| Modifier and Type | Method and Description |
|---|---|
IGPPASTBinaryExpression |
copy()
Returns a mutable copy of the tree rooted at this node.
|
copy, getOverloadgetInitOperand2, getOperand1, getOperand2, getOperator, setOperand1, setOperand2, setOperatorgetExpressionType, getValueCategory, isLValuegetEvaluationaccept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentgetImplicitDestructorNamesgetImplicitNamesstatic final int op_max
op_max represents >?static final int op_min
op_min represents IGPPASTBinaryExpression 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 IASTBinaryExpressioncopy in interface IASTExpressioncopy in interface IASTInitializerClausecopy in interface IASTNodecopy in interface ICPPASTBinaryExpressionCopyright (c) IBM Corp. and others 2004, 2019. All Rights Reserved.