![]() |
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 * | left |
ExpressionNode * | right |
SourceLocation | commaToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 1666 of file qqmljsast_p.h.
|
inline |
Definition at line 1671 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 717 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1676 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1679 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::CommaExpression::commaToken |
Definition at line 1685 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::CommaExpression::left |
Definition at line 1683 of file qqmljsast_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
ExpressionNode* QQmlJS::AST::CommaExpression::right |
Definition at line 1684 of file qqmljsast_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().