![]() |
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 |
int | op |
ExpressionNode * | right |
SourceLocation | operatorToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 1615 of file qqmljsast_p.h.
|
inline |
Definition at line 1620 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 696 of file qqmljsast.cpp.
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 167 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1628 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1631 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::BinaryExpression::left |
Definition at line 1635 of file qqmljsast_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
int QQmlJS::AST::BinaryExpression::op |
Definition at line 1636 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::BinaryExpression::operatorToken |
Definition at line 1638 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::BinaryExpression::right |
Definition at line 1637 of file qqmljsast_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().