#include <ParserNode.h>
Definition at line 365 of file ParserNode.h.
Parser::InExpr::InExpr |
( |
bool |
n, |
|
|
Expr * |
a |
|
) |
| |
|
inline |
const Expr* Parser::InExpr::get_arg |
( |
| ) |
const |
|
inline |
Definition at line 369 of file ParserNode.h.
References arg_.
369 {
return arg_.get(); }
std::unique_ptr< Expr > arg_
bool Parser::InExpr::get_is_not |
( |
| ) |
const |
|
inline |
std::string Parser::InExpr::to_string |
( |
| ) |
const |
|
overridevirtual |
std::unique_ptr<Expr> Parser::InExpr::arg_ |
|
protected |
bool Parser::InExpr::is_not_ |
|
protected |
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