![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
SourceLocation | equalToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
This class is needed to pass the information about the equalToken in the parser, and is only needed during AST construction. It behaves exactly like the expression it contains: that avoids changing all the usages in qqmljs.g from ExpressionNode to InitializerExpression for every rule expecting a InitializerOpt_In or InitializerOpt.
Definition at line 889 of file qqmljsast_p.h.
|
inline |
Definition at line 894 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1400 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 908 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 903 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 898 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 901 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::InitializerExpression::equalToken |
Definition at line 912 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::InitializerExpression::expression |
Definition at line 911 of file qqmljsast_p.h.