#include <Expr.h>
Public Member Functions | |
InjExpr (Expr *argument, Type *resultType, Location loc) | |
Expr * | getOperand () |
const Expr * | getOperand () const |
Static Public Member Functions | |
static bool | classof (const InjExpr *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 409 of file Expr.h.
static bool comma::InjExpr::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Expr.
static bool comma::InjExpr::classof | ( | const InjExpr * | node | ) | [inline, static] |