![]() |
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 893 of file qqmljsast_p.h.
|
inline |
Definition at line 898 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1461 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 912 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 907 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 902 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 905 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::InitializerExpression::equalToken |
Definition at line 916 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::InitializerExpression::expression |
Definition at line 915 of file qqmljsast_p.h.