Doc that represents while statement.
More...
#include <doc.h>
|
static constexpr const char * | _type_key = "script.printer.WhileDoc" |
|
static constexpr const char * | _type_key = "script.printer.StmtDoc" |
|
static constexpr const char * | _type_key = "script.printer.Doc" |
|
static constexpr bool | _type_mutable = true |
|
Doc that represents while statement.
- See also
- WhileDoc
◆ RegisterReflection()
static void tvm::script::printer::WhileDocNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::script::printer::WhileDocNode::_type_key = "script.printer.WhileDoc" |
|
staticconstexpr |
◆ body
Array<StmtDoc> tvm::script::printer::WhileDocNode::body |
The body of the while statement.
◆ predicate
ExprDoc tvm::script::printer::WhileDocNode::predicate {nullptr} |
The predicate of the while statement.
The documentation for this class was generated from the following file:
- include/tvm/script/printer/doc.h