#include <ParserNode.h>
Definition at line 346 of file ParserNode.h.
Parser::IsNullExpr::IsNullExpr |
( |
bool |
n, |
|
|
Expr * |
a |
|
) |
| |
|
inline |
bool Parser::IsNullExpr::get_is_not |
( |
| ) |
const |
|
inline |
std::string Parser::IsNullExpr::to_string |
( |
| ) |
const |
|
overridevirtual |
Implements Parser::Expr.
Definition at line 2197 of file ParserNode.cpp.
2198 std::string str =
arg_->to_string();
2200 str +=
" IS NOT NULL";
std::unique_ptr< Expr > arg_
std::unique_ptr<Expr> Parser::IsNullExpr::arg_ |
|
private |
bool Parser::IsNullExpr::is_not_ |
|
private |
The documentation for this class was generated from the following files:
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.h
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.cpp