![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
Statement * | ok |
Statement * | ko |
SourceLocation | ifToken |
SourceLocation | lparenToken |
SourceLocation | rparenToken |
SourceLocation | elseToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 1790 of file qqmljsast_p.h.
|
inline |
Definition at line 1795 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 781 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, ko, and ok.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1801 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1804 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation(), and ok.
SourceLocation QQmlJS::AST::IfStatement::elseToken |
Definition at line 1819 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
ExpressionNode* QQmlJS::AST::IfStatement::expression |
Definition at line 1813 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
SourceLocation QQmlJS::AST::IfStatement::ifToken |
Definition at line 1816 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
Statement* QQmlJS::AST::IfStatement::ko |
Definition at line 1815 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
SourceLocation QQmlJS::AST::IfStatement::lparenToken |
Definition at line 1817 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
Statement* QQmlJS::AST::IfStatement::ok |
Definition at line 1814 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
SourceLocation QQmlJS::AST::IfStatement::rparenToken |
Definition at line 1818 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().