Skip to content

SageBuilder::buildThrowOp

Build a ThrowOp expression

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgThrowOp*
buildThrowOp(
    SgExpression*,
    SgThrowOp::e_throw_kind);

Return Value

This class represents the C++ throw expression (handled as a unary operator).

Created with MrDocs