OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
CheckDef (Expr *c) | |
const Expr * | get_check_condition () const |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
std::unique_ptr< Expr > | check_condition_ |
Definition at line 910 of file ParserNode.h.
|
inline |
Definition at line 912 of file ParserNode.h.
|
inline |
Definition at line 913 of file ParserNode.h.
References check_condition_.
|
private |
Definition at line 916 of file ParserNode.h.
Referenced by get_check_condition().