Doc that represents an expression as statement.
More...
#include <doc.h>
|
ExprDoc | expr {ffi::UnsafeInit()} |
| The expression represented by this doc. More...
|
|
ffi::Optional< ffi::String > | comment {std::nullopt} |
| The comment of this doc. More...
|
|
ffi::Array< ffi::reflection::AccessPath > | source_paths |
| The list of object paths of the source IR node. More...
|
|
Doc that represents an expression as statement.
- See also
- ExprStmtDoc
◆ RegisterReflection()
static void tvm::script::printer::ExprStmtDocNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::script::printer::ExprStmtDocNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"script.printer.ExprStmtDoc" |
, |
|
|
ExprStmtDocNode |
, |
|
|
StmtDocNode |
|
|
) |
| |
◆ expr
ExprDoc tvm::script::printer::ExprStmtDocNode::expr {ffi::UnsafeInit()} |
The expression represented by this doc.
The documentation for this class was generated from the following file:
- include/tvm/script/printer/doc.h