Skip to content

sg::assume_sage_type

unchecked down cast from SgNode to SageNode

Synopsis

Declared in <SageIII/sageInterface/sageGeneric.h>

template<class SageNode>
static
SageNode&
assume_sage_type(SgNode& n);

Parameters

Name

Description

n

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs