![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::BreakStatement:
Collaboration diagram for QQmlJS::AST::BreakStatement:Public Attributes | |
| QStringView | label |
| SourceLocation | breakToken |
| SourceLocation | identifierToken |
| SourceLocation | semicolonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1972 of file qqmljsast_p.h.
|
inline |
Definition at line 1977 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 844 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1982 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1985 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().
Here is the caller graph for this function:| SourceLocation QQmlJS::AST::BreakStatement::breakToken |
Definition at line 1990 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::BreakStatement::identifierToken |
Definition at line 1991 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| QStringView QQmlJS::AST::BreakStatement::label |
Definition at line 1989 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::BreakStatement::semicolonToken |
Definition at line 1992 of file qqmljsast_p.h.