Skip to content

SageInterface::isIndexOperator

Is an overloaded operator an index operator (also referred to as call or subscript operators). (e.g. X & operator()() or X & operator[]).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

bool
isIndexOperator(SgExpression* exp);

Parameters

Name

Description

exp

This class represents the notion of an expression. Expressions

Created with MrDocs