#include <AttribExpr.h>
Public Member Functions | |
LastAE (DiscreteType *prefix, Location loc) | |
Static Public Member Functions | |
static bool | classof (const LastAE *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Attribute representing S'First
, where S
is a scalar subtype. This attribute denotes the upper bound of S
, represented as an element of the type of S. Note that this attribute is not necessarily static, as scalar subtypes can have dynamic bounds.
Definition at line 151 of file AttribExpr.h.
comma::LastAE::LastAE | ( | DiscreteType * | prefix, | |
Location | loc | |||
) | [inline] |
Definition at line 154 of file AttribExpr.h.
static bool comma::LastAE::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::ScalarBoundAE.
Definition at line 159 of file AttribExpr.h.
static bool comma::LastAE::classof | ( | const LastAE * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::ScalarBoundAE.
Definition at line 158 of file AttribExpr.h.