SgNaryComparisonOp
This class represents the notion of an n‐ary comparison operation.
Synopsis
Declared in <src/docs/mrdocs/ast_node_docs.h>
class SgNaryComparisonOp;
Description
This node is intended for use with Python. ‐ Internal: Parent class SgNaryOp represents n‐ary operations using two lists: one of SgExpressions (the operands) and another of variant enums that represent operations (V_SgAddOp, etc.). Therefore, the operator at index i in the operator list operates on the operands at indices i and i+1 in the operand list.
Created with MrDocs