![]() |
Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
| virtual void | accept0 (Visitor *visitor) |
| Expression (ExpressionNode *l, ExpressionNode *r) | |
| virtual SourceLocation | firstSourceLocation () const |
| virtual SourceLocation | lastSourceLocation () const |
Public Functions inherited from QDeclarativeJS::AST::ExpressionNode | |
| virtual ExpressionNode * | expressionCast () |
| ExpressionNode () | |
Public Functions inherited from QDeclarativeJS::AST::Node | |
| void | accept (Visitor *visitor) |
| virtual BinaryExpression * | binaryExpressionCast () |
| Node () | |
| virtual Statement * | statementCast () |
| virtual UiObjectMember * | uiObjectMemberCast () |
| virtual | ~Node () |
Public Variables | |
| SourceLocation | commaToken |
| ExpressionNode * | left |
| ExpressionNode * | right |
Public Variables inherited from QDeclarativeJS::AST::Node | |
| int | kind |
Definition at line 1177 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 1182 of file qdeclarativejsast_p.h.
|
virtual |
|
inlinevirtual |
Implements QDeclarativeJS::AST::ExpressionNode.
Definition at line 1187 of file qdeclarativejsast_p.h.
|
inlinevirtual |
Implements QDeclarativeJS::AST::ExpressionNode.
Definition at line 1190 of file qdeclarativejsast_p.h.
| SourceLocation QDeclarativeJS::AST::Expression::commaToken |
Definition at line 1196 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
| ExpressionNode* QDeclarativeJS::AST::Expression::left |
Definition at line 1194 of file qdeclarativejsast_p.h.
| ExpressionNode* QDeclarativeJS::AST::Expression::right |
Definition at line 1195 of file qdeclarativejsast_p.h.