![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::RegExpLiteral:
Collaboration diagram for QQmlJS::AST::RegExpLiteral:Public Attributes | |
| QStringView | pattern |
| int | flags |
| SourceLocation | literalToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 695 of file qqmljsast_p.h.
|
inline |
Definition at line 700 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 277 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 705 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 708 of file qqmljsast_p.h.
| int QQmlJS::AST::RegExpLiteral::flags |
Definition at line 713 of file qqmljsast_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::registerRegExp().
| SourceLocation QQmlJS::AST::RegExpLiteral::literalToken |
Definition at line 714 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| QStringView QQmlJS::AST::RegExpLiteral::pattern |
Definition at line 712 of file qqmljsast_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::registerRegExp().